Home
last modified time | relevance | path

Searched refs:calling (Results 151 – 172 of 172) sorted by relevance

1234567

/PHP-7.4/ext/curl/tests/
H A Dbug48203_multi.phpt2 …curl_multi_exec (Crash when file pointers passed to curl are closed before calling curl_multi_exec)
/PHP-7.4/ext/intl/tests/
H A Ddateformat_formatObject_error.phpt48 Warning: IntlDateFormatter::formatObject(): datefmt_format_object: error calling ::getTimeStamp() o…
/PHP-7.4/ext/phar/tests/
H A Dphar_unlinkarchive.phpt96 …es or objects. fclose() all file handles, and unset() all objects prior to calling unlinkArchive()
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_3.phpt43 …for i in 1..30 loop -- if this value is too big for Oracle's open_cursors, calling imp_res_get_3_…
H A Dimp_res_3.phpt41 …for i in 1..30 loop -- if this value is too big for Oracle's open_cursors, calling imp_res_3_proc…
/PHP-7.4/
H A DLICENSE25 conjunction with PHP by saying "Foo for PHP" instead of calling
H A DNEWS471 . Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP
1796 . Fixed bug #78272 (calling preg_match() before pcntl_fork() will freeze
2008 . Fixed bug #78114 (segfault when calling sodium_* functions from eval). (cmb)
2291 . Fixed bug #77484 (Zend engine crashes when calling realpath in invalid
2481 . Fixed bug #75220 (Segfault when calling is_callable on parent).
2489 . Fixed bug #75677 (Clang ignores fastcall calling convention on variadic
2561 . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
H A DCODING_STANDARDS.md54 macros it gives a better understanding on what kind of macro you're calling.
H A Dphp.ini-development271 ; automatically after every output block. This is equivalent to calling the
805 ; security tokens of the calling client. This allows IIS to define the
1854 ; Allows calling OPcache API functions only from PHP scripts which path is
H A Dphp.ini-production271 ; automatically after every output block. This is equivalent to calling the
805 ; security tokens of the calling client. This allows IIS to define the
1854 ; Allows calling OPcache API functions only from PHP scripts which path is
H A DUPGRADING410 so is equivalent to calling a non-static method statically, which has been
/PHP-7.4/ext/oci8/
H A DLICENSE25 conjunction with PHP by saying "Foo for PHP" instead of calling
/PHP-7.4/docs/
H A Dinput-filter.md18 simple example all I am doing is calling `strip_tags()` on the data.
H A Dunix-build-system.md84 can do this by calling `PHP_ADD_MAKEFILE_FRAGMENT` in your `config.m4` after
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt34 echo "Test 1. calling function with invalid parameters\n";
292 Test 1. calling function with invalid parameters
/PHP-7.4/ext/ldap/tests/
H A DREADME.md69 Now you can run the test-suite by calling `make test`. To test only the
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute.phpt66 // calling reset between executions
/PHP-7.4/Zend/tests/
H A D019.phpt127 // calling isset with more args
130 // calling empty, expected bool(true)
313 * only the local variable is destroyed. The variable in the calling environment
336 * local variable is destroyed. The variable in the calling environment
/PHP-7.4/build/
H A Dpkg.m4103 dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting
/PHP-7.4/ext/standard/
H A Dbasic_functions.c116 int calling; member
5097 if (! tick_fe->calling) {
5098 tick_fe->calling = 1;
5124 tick_fe->calling = 0;
5151 if (ret && tick_fe1->calling) {
5831 tick_fe.calling = 0;
H A Dvar_unserializer.re659 /* Check that '}' is present before calling ce->unserialize() to mitigate issues
/PHP-7.4/tests/lang/
H A D028.phpt2 Testing calling user-level functions from C

Completed in 66 milliseconds

1234567