exec             1158 ext/mbstring/oniguruma/enc/mktable.c     exec(fp, &Info[i]);
exec              911 ext/pdo/pdo_dbh.c static PHP_METHOD(PDO, exec)
exec             1241 ext/pdo/pdo_dbh.c 	PHP_ME(PDO, exec,			arginfo_pdo_exec,		ZEND_ACC_PUBLIC)
exec             101955 ext/sqlite3/libsqlite/sqlite3.c   int  (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**);
exec             102197 ext/sqlite3/libsqlite/sqlite3.c #define sqlite3_exec                   sqlite3_api->exec
exec              100 ext/sqlite3/libsqlite/sqlite3ext.h   int  (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**);
exec              342 ext/sqlite3/libsqlite/sqlite3ext.h #define sqlite3_exec                   sqlite3_api->exec
exec              212 ext/sqlite3/sqlite3.c PHP_METHOD(sqlite3, exec)
exec             1923 ext/sqlite3/sqlite3.c 	PHP_ME(sqlite3,		exec,				arginfo_sqlite3_query, ZEND_ACC_PUBLIC)
exec             2822 ext/standard/basic_functions.c 	PHP_FE(exec,															arginfo_exec)
exec             3660 ext/standard/basic_functions.c 	BASIC_MINIT_SUBMODULE(exec)
exec               60 ext/standard/exec.c PHP_MINIT_FUNCTION(exec)
exec              248 ext/standard/exec.c PHP_FUNCTION(exec)
exec               25 ext/standard/exec.h PHP_FUNCTION(exec);
exec               36 ext/standard/exec.h PHP_MINIT_FUNCTION(exec);
exec               89 sapi/phpdbg/phpdbg.c 	pg->exec = NULL;
exec              237 sapi/phpdbg/phpdbg.c 	if (PHPDBG_G(exec)) {
exec              238 sapi/phpdbg/phpdbg.c 		efree(PHPDBG_G(exec));
exec              239 sapi/phpdbg/phpdbg.c 		PHPDBG_G(exec) = NULL;
exec              275 sapi/phpdbg/phpdbg.c 	zend_string *exec;
exec              277 sapi/phpdbg/phpdbg.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &exec) == FAILURE) {
exec              285 sapi/phpdbg/phpdbg.c 		if (VCWD_STAT(ZSTR_VAL(exec), &sb) != FAILURE) {
exec              287 sapi/phpdbg/phpdbg.c 				if (PHPDBG_G(exec)) {
exec              288 sapi/phpdbg/phpdbg.c 					ZVAL_STRINGL(return_value, PHPDBG_G(exec), PHPDBG_G(exec_len));
exec              289 sapi/phpdbg/phpdbg.c 					efree(PHPDBG_G(exec));
exec              293 sapi/phpdbg/phpdbg.c 				PHPDBG_G(exec) = estrndup(ZSTR_VAL(exec), ZSTR_LEN(exec));
exec              294 sapi/phpdbg/phpdbg.c 				PHPDBG_G(exec_len) = ZSTR_LEN(exec);
exec              300 sapi/phpdbg/phpdbg.c 				zend_error(E_WARNING, "Failed to set execution context (%s), not a regular file or symlink", ZSTR_VAL(exec));
exec              304 sapi/phpdbg/phpdbg.c 			zend_error(E_WARNING, "Failed to set execution context (%s) the file does not exist", ZSTR_VAL(exec));
exec              869 sapi/phpdbg/phpdbg.c 	if (PHPDBG_G(exec)) {
exec              871 sapi/phpdbg/phpdbg.c 		if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &PHPDBG_G(exec), PHPDBG_G(exec_len), &len)) {
exec              872 sapi/phpdbg/phpdbg.c 			php_register_variable("PHP_SELF", PHPDBG_G(exec), track_vars_array);
exec              874 sapi/phpdbg/phpdbg.c 		if (sapi_module.input_filter(PARSE_SERVER, "SCRIPT_NAME", &PHPDBG_G(exec), PHPDBG_G(exec_len), &len)) {
exec              875 sapi/phpdbg/phpdbg.c 			php_register_variable("SCRIPT_NAME", PHPDBG_G(exec), track_vars_array);
exec              878 sapi/phpdbg/phpdbg.c 		if (sapi_module.input_filter(PARSE_SERVER, "SCRIPT_FILENAME", &PHPDBG_G(exec), PHPDBG_G(exec_len), &len)) {
exec              879 sapi/phpdbg/phpdbg.c 			php_register_variable("SCRIPT_FILENAME", PHPDBG_G(exec), track_vars_array);
exec              881 sapi/phpdbg/phpdbg.c 		if (sapi_module.input_filter(PARSE_SERVER, "PATH_TRANSLATED", &PHPDBG_G(exec), PHPDBG_G(exec_len), &len)) {
exec              882 sapi/phpdbg/phpdbg.c 			php_register_variable("PATH_TRANSLATED", PHPDBG_G(exec), track_vars_array);
exec             1294 sapi/phpdbg/phpdbg.c 	char *exec = NULL;
exec             1369 sapi/phpdbg/phpdbg.c 		exec = settings->exec;
exec             1541 sapi/phpdbg/phpdbg.c 		if (!exec && strlen(argv[php_optind])) {
exec             1542 sapi/phpdbg/phpdbg.c 			exec = strdup(argv[php_optind]);
exec             1676 sapi/phpdbg/phpdbg.c 		if (exec) { /* set execution context */
exec             1677 sapi/phpdbg/phpdbg.c 			PHPDBG_G(exec) = phpdbg_resolve_path(exec);
exec             1678 sapi/phpdbg/phpdbg.c 			PHPDBG_G(exec_len) = PHPDBG_G(exec) ? strlen(PHPDBG_G(exec)) : 0;
exec             1680 sapi/phpdbg/phpdbg.c 			free(exec);
exec             1681 sapi/phpdbg/phpdbg.c 			exec = NULL;
exec             1702 sapi/phpdbg/phpdbg.c 			SG(request_info).argv[0] = PHPDBG_G(exec) ? estrdup(PHPDBG_G(exec)) : estrdup("");
exec             1812 sapi/phpdbg/phpdbg.c 		if (PHPDBG_G(exec)) {
exec             1961 sapi/phpdbg/phpdbg.c 			if (PHPDBG_G(exec)) {
exec             1962 sapi/phpdbg/phpdbg.c 				settings->exec = zend_strndup(PHPDBG_G(exec), PHPDBG_G(exec_len));
exec              260 sapi/phpdbg/phpdbg.h 	char *exec;                                  /* file to execute */
exec               51 sapi/phpdbg/phpdbg_list.c 	if (!PHPDBG_G(exec) && !zend_is_executing()) {
exec               33 sapi/phpdbg/phpdbg_print.c 	PHPDBG_PRINT_COMMAND_D(exec,       "print out the instructions in the main execution context", 'e', print_exec,   NULL, 0, PHPDBG_ASYNC_SAFE),
exec              105 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT(exec) /* {{{ */
exec              107 sapi/phpdbg/phpdbg_print.c 	if (PHPDBG_G(exec)) {
exec              113 sapi/phpdbg/phpdbg_print.c 			phpdbg_notice("printinfo", "file=\"%s\" num=\"%d\"", "Context %s (%d ops)", PHPDBG_G(exec), PHPDBG_G(ops)->last);
exec               31 sapi/phpdbg/phpdbg_print.h PHPDBG_PRINT(exec);
exec               70 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(exec,    "set execution context",                    'e', NULL, "s", 0),
exec              402 sapi/phpdbg/phpdbg_prompt.c PHPDBG_COMMAND(exec) /* {{{ */
exec              411 sapi/phpdbg/phpdbg_prompt.c 			if ((res_len != PHPDBG_G(exec_len)) || (memcmp(res, PHPDBG_G(exec), res_len) != SUCCESS)) {
exec              418 sapi/phpdbg/phpdbg_prompt.c 				if (PHPDBG_G(exec)) {
exec              419 sapi/phpdbg/phpdbg_prompt.c 					phpdbg_notice("exec", "type=\"unset\" context=\"%s\"", "Unsetting old execution context: %s", PHPDBG_G(exec));
exec              420 sapi/phpdbg/phpdbg_prompt.c 					efree(PHPDBG_G(exec));
exec              421 sapi/phpdbg/phpdbg_prompt.c 					PHPDBG_G(exec) = NULL;
exec              430 sapi/phpdbg/phpdbg_prompt.c 				PHPDBG_G(exec) = res;
exec              435 sapi/phpdbg/phpdbg_prompt.c 				*SG(request_info).argv = PHPDBG_G(exec);
exec              438 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_notice("exec", "type=\"set\" context=\"%s\"", "Set execution context: %s", PHPDBG_G(exec));
exec              464 sapi/phpdbg/phpdbg_prompt.c 	if (!PHPDBG_G(exec)) {
exec              469 sapi/phpdbg/phpdbg_prompt.c 	if (php_stream_open_for_zend_ex(PHPDBG_G(exec), &fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS && zend_stream_fixup(&fh, &buf, &len) == SUCCESS) {
exec              497 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_notice("compile", "context=\"%s\"", "Successful compilation of %s", PHPDBG_G(exec));
exec              501 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("compile", "type=\"openfailure\" context=\"%s\"", "Could not open file %s", PHPDBG_G(exec));
exec              672 sapi/phpdbg/phpdbg_prompt.c 	if (PHPDBG_G(ops) || PHPDBG_G(exec)) {
exec              686 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_error("compile", "type=\"compilefailure\" context=\"%s\"", "Failed to compile %s, cannot run", PHPDBG_G(exec));
exec              917 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("info", "context=\"%s\"", "Exec       %s", PHPDBG_G(exec) ? PHPDBG_G(exec) : "none");
exec              960 sapi/phpdbg/phpdbg_prompt.c 			if (PHPDBG_G(exec)) {
exec               34 sapi/phpdbg/phpdbg_prompt.h PHPDBG_COMMAND(exec);
exec              165 sapi/phpdbg/phpdbg_utils.c 		return PHPDBG_G(exec);
exec              150 sapi/phpdbg/phpdbg_wait.c 					PHPDBG_COMMAND_HANDLER(exec)(&param);