reflection_what   664 sapi/cli/php_cli.c 	char *reflection_what = NULL;
reflection_what   880 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what   884 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what   888 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what   892 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what   896 sapi/cli/php_cli.c 				reflection_what = php_optarg;
reflection_what  1103 sapi/cli/php_cli.c 							if (strstr(reflection_what, "::")) {
reflection_what  1121 sapi/cli/php_cli.c 					ZVAL_STRING(arg, reflection_what, 1);
reflection_what  1146 sapi/cli/php_cli.c 					int len = strlen(reflection_what);
reflection_what  1147 sapi/cli/php_cli.c 					char *lcname = zend_str_tolower_dup(reflection_what, len);
reflection_what  1151 sapi/cli/php_cli.c 						if (!strcmp(reflection_what, "main")) {
reflection_what  1154 sapi/cli/php_cli.c 							zend_printf("Extension '%s' not present.\n", reflection_what);