reflection_what   654 sapi/cli/php_cli.c 	char *reflection_what = NULL;
reflection_what   862 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what   866 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what   870 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what   874 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what   878 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what  1067 sapi/cli/php_cli.c 							if (strstr(reflection_what, "::")) {
reflection_what  1084 sapi/cli/php_cli.c 					ZVAL_STRING(&arg, reflection_what);
reflection_what  1109 sapi/cli/php_cli.c 					int len = (int)strlen(reflection_what);
reflection_what  1110 sapi/cli/php_cli.c 					char *lcname = zend_str_tolower_dup(reflection_what, len);
reflection_what  1114 sapi/cli/php_cli.c 						if (!strcmp(reflection_what, "main")) {
reflection_what  1117 sapi/cli/php_cli.c 							zend_printf("Extension '%s' not present.\n", reflection_what);