mymode           4948 ext/standard/string.c 	long mymode=0;
mymode           4954 ext/standard/string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &input, &len, &mymode) == FAILURE) {
mymode           4958 ext/standard/string.c 	if (mymode < 0 || mymode > 4) {
mymode           4972 ext/standard/string.c 	if (mymode < 3) {
mymode           4977 ext/standard/string.c 		switch (mymode) {
mymode           5004 ext/standard/string.c 	if (mymode >= 3 && mymode <= 4) {