exec             1158 ext/mbstring/oniguruma/enc/mktable.c     exec(fp, &Info[i]);
exec             1263 ext/pdo/pdo_dbh.c 	PHP_ME(PDO, exec,			arginfo_pdo_exec,		ZEND_ACC_PUBLIC)
exec              948 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec('
exec              957 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec('BEGIN');
exec              982 ext/phar/tests/files/pear2coverage.phar.php         $worked = $this->db->exec($query);
exec              984 ext/phar/tests/files/pear2coverage.phar.php             @$this->db->exec('ROLLBACK');
exec              999 ext/phar/tests/files/pear2coverage.phar.php         $worked = $this->db->exec($query);
exec             1001 ext/phar/tests/files/pear2coverage.phar.php             @$this->db->exec('ROLLBACK');
exec             1012 ext/phar/tests/files/pear2coverage.phar.php         $worked = $this->db->exec($query);
exec             1014 ext/phar/tests/files/pear2coverage.phar.php             @$this->db->exec('ROLLBACK');
exec             1026 ext/phar/tests/files/pear2coverage.phar.php         $worked = $this->db->exec($query);
exec             1028 ext/phar/tests/files/pear2coverage.phar.php             @$this->db->exec('ROLLBACK');
exec             1047 ext/phar/tests/files/pear2coverage.phar.php         $worked = $this->db->exec($query);
exec             1049 ext/phar/tests/files/pear2coverage.phar.php             @$this->db->exec('ROLLBACK');
exec             1053 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec('COMMIT');
exec             1293 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec('DELETE FROM tests WHERE id=' . $id);
exec             1294 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec('DELETE FROM coverage WHERE tests_id=' . $id);
exec             1295 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec('DELETE FROM xdebugs WHERE xdebugpath="' . $this->db->escapeString($xdebugpath) . '"');
exec             1438 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec($query);
exec             1447 ext/phar/tests/files/pear2coverage.phar.php                 $this->db->exec($query);
exec             1480 ext/phar/tests/files/pear2coverage.phar.php                 $worked = $this->db->exec($query);
exec             1492 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec('BEGIN');
exec             1497 ext/phar/tests/files/pear2coverage.phar.php         $this->db->exec('COMMIT');
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             1968 ext/sqlite3/sqlite3.c 	PHP_ME(sqlite3,		exec,				arginfo_sqlite3_query, ZEND_ACC_PUBLIC)
exec             2814 ext/standard/basic_functions.c 	PHP_FE(exec,															arginfo_exec)
exec               63 sapi/phpdbg/phpdbg.c 	pg->exec = NULL;
exec              190 sapi/phpdbg/phpdbg.c 	if (PHPDBG_G(exec)) {
exec              191 sapi/phpdbg/phpdbg.c 		efree(PHPDBG_G(exec));
exec              192 sapi/phpdbg/phpdbg.c 		PHPDBG_G(exec) = NULL;
exec              227 sapi/phpdbg/phpdbg.c 	char *exec = NULL;
exec              230 sapi/phpdbg/phpdbg.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &exec, &exec_len) == FAILURE) {
exec              238 sapi/phpdbg/phpdbg.c 		if (VCWD_STAT(exec, &sb) != FAILURE) {
exec              240 sapi/phpdbg/phpdbg.c 				if (PHPDBG_G(exec)) {
exec              241 sapi/phpdbg/phpdbg.c 					ZVAL_STRINGL(return_value, PHPDBG_G(exec), PHPDBG_G(exec_len), 1);
exec              242 sapi/phpdbg/phpdbg.c 					efree(PHPDBG_G(exec));
exec              246 sapi/phpdbg/phpdbg.c 				PHPDBG_G(exec) = estrndup(exec, exec_len);
exec              253 sapi/phpdbg/phpdbg.c 					E_WARNING, "Failed to set execution context (%s), not a regular file or symlink", exec);
exec              258 sapi/phpdbg/phpdbg.c 				E_WARNING, "Failed to set execution context (%s) the file does not exist", exec);
exec              528 sapi/phpdbg/phpdbg.c 	if (PHPDBG_G(exec)) {
exec              531 sapi/phpdbg/phpdbg.c 					&PHPDBG_G(exec), PHPDBG_G(exec_len), &len TSRMLS_CC)) {
exec              532 sapi/phpdbg/phpdbg.c 			php_register_variable("PHP_SELF", PHPDBG_G(exec),
exec              536 sapi/phpdbg/phpdbg.c 					&PHPDBG_G(exec), PHPDBG_G(exec_len), &len TSRMLS_CC)) {
exec              537 sapi/phpdbg/phpdbg.c 			php_register_variable("SCRIPT_NAME", PHPDBG_G(exec),
exec              542 sapi/phpdbg/phpdbg.c 					&PHPDBG_G(exec), PHPDBG_G(exec_len), &len TSRMLS_CC)) {
exec              543 sapi/phpdbg/phpdbg.c 			php_register_variable("SCRIPT_FILENAME", PHPDBG_G(exec),
exec              547 sapi/phpdbg/phpdbg.c 					&PHPDBG_G(exec), PHPDBG_G(exec_len), &len TSRMLS_CC)) {
exec              548 sapi/phpdbg/phpdbg.c 			php_register_variable("PATH_TRANSLATED", PHPDBG_G(exec),
exec              964 sapi/phpdbg/phpdbg.c 	char *exec;
exec             1056 sapi/phpdbg/phpdbg.c 	exec = NULL;
exec             1221 sapi/phpdbg/phpdbg.c 			if (exec) {
exec             1222 sapi/phpdbg/phpdbg.c 				free(exec);
exec             1224 sapi/phpdbg/phpdbg.c 			exec = strdup(argv[php_optind]);
exec             1334 sapi/phpdbg/phpdbg.c 			SG(request_info).argv[i] = exec ? estrndup(exec, exec_len) : estrdup("");
exec             1375 sapi/phpdbg/phpdbg.c 		if (exec) { /* set execution context */
exec             1376 sapi/phpdbg/phpdbg.c 			PHPDBG_G(exec) = phpdbg_resolve_path(exec TSRMLS_CC);
exec             1377 sapi/phpdbg/phpdbg.c 			PHPDBG_G(exec_len) = strlen(PHPDBG_G(exec));
exec             1379 sapi/phpdbg/phpdbg.c 			free(exec);
exec             1408 sapi/phpdbg/phpdbg.c 		if (PHPDBG_G(exec)) {
exec               50 sapi/phpdbg/phpdbg_list.c 	if (!PHPDBG_G(exec) && !zend_is_executing(TSRMLS_C)) {
exec               33 sapi/phpdbg/phpdbg_print.c 	PHPDBG_PRINT_COMMAND_D(exec,       "print out the instructions in the execution context",  'e', print_exec,   NULL, 0),
exec              110 sapi/phpdbg/phpdbg_print.c 	if (PHPDBG_G(exec)) {
exec              116 sapi/phpdbg/phpdbg_print.c 			phpdbg_notice("Context %s", PHPDBG_G(exec));
exec               43 sapi/phpdbg/phpdbg_prompt.c 	PHPDBG_COMMAND_D(exec,    "set execution context",                    'e', NULL, "s"),
exec              342 sapi/phpdbg/phpdbg_prompt.c 			if ((res_len != PHPDBG_G(exec_len)) || (memcmp(res, PHPDBG_G(exec), res_len) != SUCCESS)) {
exec              344 sapi/phpdbg/phpdbg_prompt.c 				if (PHPDBG_G(exec)) {
exec              345 sapi/phpdbg/phpdbg_prompt.c 					phpdbg_notice("Unsetting old execution context: %s", PHPDBG_G(exec));
exec              346 sapi/phpdbg/phpdbg_prompt.c 					efree(PHPDBG_G(exec));
exec              347 sapi/phpdbg/phpdbg_prompt.c 					PHPDBG_G(exec) = NULL;
exec              356 sapi/phpdbg/phpdbg_prompt.c 				PHPDBG_G(exec) = res;
exec              359 sapi/phpdbg/phpdbg_prompt.c 				*SG(request_info).argv = PHPDBG_G(exec);
exec              362 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_notice("Set execution context: %s", PHPDBG_G(exec));
exec              365 sapi/phpdbg/phpdbg_prompt.c 					phpdbg_error("Failed to compile %s", PHPDBG_G(exec));
exec              383 sapi/phpdbg/phpdbg_prompt.c 	if (!PHPDBG_G(exec)) {
exec              393 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_notice("Attempting compilation of %s", PHPDBG_G(exec));
exec              395 sapi/phpdbg/phpdbg_prompt.c 	if (php_stream_open_for_zend_ex(PHPDBG_G(exec), &fh,
exec              404 sapi/phpdbg/phpdbg_prompt.c 		phpdbg_error("Could not open file %s", PHPDBG_G(exec));
exec              584 sapi/phpdbg/phpdbg_prompt.c 	if (PHPDBG_G(ops) || PHPDBG_G(exec)) {
exec              593 sapi/phpdbg/phpdbg_prompt.c 				phpdbg_error("Failed to compile %s, cannot run", PHPDBG_G(exec));
exec              741 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("Exec\t\t%s", PHPDBG_G(exec) ? PHPDBG_G(exec) : "none");
exec              799 sapi/phpdbg/phpdbg_prompt.c 			if (PHPDBG_G(exec)) {
exec              164 sapi/phpdbg/phpdbg_utils.c 		return PHPDBG_G(exec);