Home
last modified time | relevance | path

Searched refs:executed (Results 51 – 75 of 87) sorted by relevance

1234

/php-src/Zend/tests/
H A Dinclude_stat_is_quiet.phpt2 Stats executed during include path resolution should be silent
/php-src/Zend/tests/lazy_objects/
H A Djit_assign_obj_unknown_prop_info.phpt26 // - test() handlers are executed once, and prime the runtime cache
H A Djit_assign_obj_op_unknown_prop_info.phpt27 // - test() handlers are executed once, and prime the runtime cache
H A Djit_assign_obj_op_unknown_prop_info_untyped.phpt27 // - test() handlers are executed once, and prime the runtime cache
H A Djit_assign_obj_unknown_prop_info_untyped.phpt26 // - test() handlers are executed once, and prime the runtime cache
/php-src/sapi/cli/tests/
H A Dcli_process_title_windows.phpt14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
48 // the run-tests.php is executed forks a php.exe, which forks a cmd.exe, which then forks
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_008.phpt36 // We should not enter the finally block if we haven't executed at
/php-src/ext/phar/tests/
H A Dzf_test.phpt26 echo 'BlogApp is intended to be executed from a web browser\n';
/php-src/ext/reflection/tests/
H A DReflectionGenerator_in_Generator.phpt2 ReflectionGenerator while being currently executed
/php-src/ext/pdo/tests/
H A Dbug_34630.phpt35 * executed */
/php-src/sapi/phpdbg/
H A D.phpdbginit19 * This embedded PHP is executed at init time
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c46 if (stmt->executed && !S->done) { in pdo_sqlite_stmt_execute()
83 if (stmt->executed && !S->done) { in pdo_sqlite_stmt_param_hook()
/php-src/Zend/
H A Dzend_vm_execute.skl22 /* No opline was executed before exception */
/php-src/sapi/fpm/
H A Dphp-fpm.service.in23 # Sets up a new /dev namespace for the executed processes and only adds API pseudo devices
/php-src/tests/lang/
H A Dbug20175.phpt11 * foo_global() increments global variable $foo_count whenever it is executed.
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt56 And now the right side of the expression will be executed first:
/php-src/ext/skeleton/
H A Dconfig.m4.in21 dnl This section is executed when extension is enabled with one of the above
/php-src/ext/mysqli/tests/
H A Dmysqli_poll_mixing_insert_select.phpt55 // Add a tiny delay to ensure that queries get executed in a certain order
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst7 interpreted when the program is executed. This can be very convenient for developers for rapid
148 Finally, the opcodes are read and executed by the interpreter. PHPs uses `three-address code`_ for
/php-src/ext/pdo/
H A Dpdo_stmt.c458 if (!stmt->executed) { in PHP_METHOD()
467 stmt->executed = 1; in PHP_METHOD()
564 if (!stmt->executed) { in do_fetch_common()
1874 stmt->executed = 0; in pdo_stmt_do_next_rowset()
1924 stmt->executed = 0; in PHP_METHOD()
1934 stmt->executed = 0; in PHP_METHOD()
H A Dphp_pdo_driver.h565 unsigned executed:1; member
H A Dpdo_dbh.c1197 if (!stmt->executed) { in PHP_METHOD()
1201 stmt->executed = 1; in PHP_METHOD()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c140 if (stmt->executed) { in odbc_stmt_dtor()
163 if (stmt->executed) { in odbc_stmt_execute()
/php-src/ext/gd/
H A Dconfig.m4144 dnl Png. If support for "format" Foo exists, the "action-if-found" is executed.
/php-src/ext/dom/lexbor/
H A DLICENSE136 the terms of any separate license agreement you may have executed

Completed in 53 milliseconds

1234