Home
last modified time | relevance | path

Searched refs:calling (Results 1 – 25 of 241) sorted by path

12345678910

/php-src/
H A DCODING_STANDARDS.md56 macros it gives a better understanding on what kind of macro you're calling.
H A DLICENSE25 conjunction with PHP by saying "Foo for PHP" instead of calling
H A DNEWS54 . Implement GH-12385 (flush headers without body when calling flush()).
H A DUPGRADING232 instantiatable either via calling the PDO::connect() method
310 . Calling intlcal_set() as well as calling IntlCalendar::set() with
313 . Calling intlgregcal_create_instance() as well as calling
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm76 ; will be entered after calling jump_fcontext() first time
H A Dmake_mips32_o32_elf_gas.S89 # area on the stack which we reuse for calling _exit
H A Dmake_mips64_n64_elf_gas.S88 # area on the stack which we reuse for calling _exit
/php-src/Zend/tests/
H A D019.phpt117 // calling isset with more args
120 // calling empty, expected bool(true)
303 * only the local variable is destroyed. The variable in the calling environment
326 * local variable is destroyed. The variable in the calling environment
H A Dbug24635.phpt2 Bug #24635 (crash on dtor calling other functions)
H A Dbug24884.phpt2 Bug #24884 (calling $this->__clone(); crashes php)
H A Dbug26697.phpt2 Bug #26697 (calling class_exists on a nonexistent class in autoloader results in segfault)
H A Dbug27669.phpt2 Bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically)
H A Dbug32290.phpt2 Bug #32290 (calling call_user_func_array() ends in infinite loop within child class)
H A Dbug32799.phpt2 Bug #32799 (crash: calling the corresponding global var during the destruct)
H A Dbug41026.phpt2 Bug #41026 (segfault when calling "self::method()" in shutdown functions)
H A Dbug51176.phpt2 Bug #51176 (Static calling in non-static method behaves like $this->)
H A Dbug54910.phpt2 Bug #54910 (Crash when calling call_user_func with unknown function name)
H A Dbug69025.phpt2 Bug #69025 (Invalid read of size 4 when calling __callStatic)
H A Dbug73960.phpt2 Bug #73960: Leak with instance method calling static method with referenced return
H A Dcall_to_deprecated_function_args.phpt2 Check that arguments are freed when calling a deprecated function
H A Dclosure_036.phpt2 Closure 036: Rebinding closures, keep calling scope
H A Dgh8841.phpt2 GH-8841 (php-cli core dump calling a badly formed function)
6 echo "Before calling g()\n";
8 echo "After calling g()\n";
12 echo "Before calling f()\n";
14 echo "After calling f()\n";
22 Before calling g()
23 After calling g()
24 Before calling f()
H A Dobjects_027.phpt2 Testing 'new static;' calling parent method
/php-src/Zend/tests/traits/
H A Dconstant_017.phpt2 Referencing trait constants directly on calling \defined() returns false
H A Dconstant_018.phpt2 Referencing trait constants directly on calling \constant() causes a fatal error

Completed in 49 milliseconds

12345678910