/PHP-5.6/tests/output/ |
H A D | ob_start_basic_004.phpt | 45 f[call:1; len:1]1 46 f[call:2; len:1]2 47 f[call:3; len:1]3 48 f[call:4; len:1]4 49 f[call:5; len:1]5 50 f[call:6; len:1]6 51 f[call:7; len:1]7 53 f[call:9; len:0] 60 f[call:5; len:0] 70 f[call:3; len:0] [all …]
|
H A D | ob_start_basic_unerasable_001.phpt | 13 echo "This call will obtain the content:\n"; 19 [callback:1]This call will obtain the content: 20 string(35) "This call will obtain the content:
|
/PHP-5.6/ext/opcache/Optimizer/ |
H A D | optimize_func_calls.c | 14 int call = 0; in optimize_func_calls() local 32 call_stack[call].func = func; in optimize_func_calls() 39 call_stack[call].opline = opline; in optimize_func_calls() 40 call++; in optimize_func_calls() 42 if (call == stack_size) { in optimize_func_calls() 50 call--; in optimize_func_calls() 51 if (call_stack[call].func && call_stack[call].opline) { in optimize_func_calls() 77 call_stack[call].func = NULL; in optimize_func_calls() 78 call_stack[call].opline = NULL; in optimize_func_calls() 83 if (call_stack[call - 1].func) { in optimize_func_calls() [all …]
|
/PHP-5.6/tests/lang/ |
H A D | passByReference_003.phpt | 6 echo "\nInside passbyVal call:\n"; 11 echo "\nInside passbyRef call:\n"; 17 echo "\nAfter call\n"; 22 echo "\nAfter call\n"; 31 Inside passbyVal call: 34 After call 41 Inside passbyRef call: 44 After call
|
H A D | passByReference_007.phpt | 45 echo "Pass a function call that returns a value:\n"; 50 echo "Pass a function call that returns a reference:\n"; 56 echo "\nPass a static method call that returns a value:\n"; 68 echo "\nPass a method call that returns a value:\n"; 73 echo "Pass a method call that returns a reference:\n"; 80 Pass a function call that returns a value: 85 Pass a function call that returns a reference: 89 Pass a static method call that returns a value: 94 Pass a static method call that returns a reference: 98 Pass a method call that returns a value: [all …]
|
H A D | engine_assignExecutionOrder_003.phpt | 10 echo "Bad call\n"; 15 echo "Good call\n"; 34 echo "Good call\n"; 39 echo "Bad call\n"; 85 Good call 86 Good call
|
H A D | returnByReference.006.phpt | 23 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi… 30 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi… 37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi… 46 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
H A D | returnByReference.007.phpt | 25 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi… 32 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi… 39 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi… 49 ---> 1. Via a return by ref function call, assign by reference the return value of a function that … 55 ---> 2. Via a return by ref function call, assign by reference the return value of a function that … 61 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
|
/PHP-5.6/Zend/tests/ |
H A D | bug38220.phpt | 30 echo "before call $method\n"; 33 echo "after call $method\n"; 63 before call func1 69 after call func1 71 before call close 77 after call close 78 before call func1 84 after call func1 86 before call close 92 after call close
|
H A D | bug38047.phpt | 22 foreach ($backtrace as $call) { 24 if (isset($call["file"])) { 25 echo $call["file"]; 26 if (isset($call["line"])) { 27 echo ":".$call["line"]; 30 if (isset($call["function"])) { 31 echo " ".$call["function"]."()"; 38 //This will not create file and line items for the call into the error handler
|
H A D | bug54358.phpt | 6 public function call($function) { 13 $asserter->call($function = 'md5'); 21 $asserter->call($function); 29 $asserter->call($function);
|
H A D | bug54910.phpt | 15 $call = array($class, 'noSuchMethod'); 17 if (is_callable($call)) { 18 call_user_func($call);
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | callbacks_001.phpt | 21 public function call($cb) { 26 $this->call(array('parent', 'who')); 27 $this->call(array('C', 'parent::who')); 28 $this->call(array('B', 'parent::who')); 30 $this->call(array('A', 'who')); 31 $this->call(array('C', 'who')); 32 $this->call(array('B', 'who2')); 64 public function call($cb) { 69 $this->call(array('parent', 'who')); 71 $this->call(array($this, 'O::who')); [all …]
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | fseek_dir_basic.phpt | 13 echo "call readdir():\n"; 24 echo "call readdir():\n"; 33 echo "call readdir():\n"; 44 call readdir(): 61 call fseek() on directory resource: 63 call readdir(): 79 call fseek() with different arguments on directory resource: 81 call readdir():
|
/PHP-5.6/ext/intl/tests/ |
H A D | dateformat_get_datetype.phpt | 30 $res_str .= "\nAfter call to get_datetype : datetype= $date_type"; 45 After call to get_datetype : datetype= 0 48 After call to get_datetype : datetype= 1 51 After call to get_datetype : datetype= 2 54 After call to get_datetype : datetype= 3 57 After call to get_datetype : datetype= -1
|
H A D | dateformat_get_timetype.phpt | 30 $res_str .= "\nAfter call to get_timetype : timetype= $time_type"; 45 After call to get_timetype : timetype= 0 48 After call to get_timetype : timetype= 1 51 After call to get_timetype : timetype= 2 54 After call to get_timetype : timetype= 3 57 After call to get_timetype : timetype= -1
|
H A D | dateformat_is_set_lenient.phpt | 24 $res_str .= "After call to get_lenient : lenient= "; 42 $res_str .= "After call to is_lenient : lenient= "; 61 $res_str .= "After call to is_lenient : lenient= "; 81 After call to get_lenient : lenient= TRUE 84 After call to is_lenient : lenient= TRUE 87 After call to is_lenient : lenient= FALSE
|
H A D | dateformat_get_locale.phpt | 29 $res_str .= "\nAfter call to get_locale : locale= $locale"; 50 After call to get_locale : locale= de_DE 53 After call to get_locale : locale= sl 56 After call to get_locale : locale= en 59 After call to get_locale : locale= hi
|
H A D | dateformat_get_timezone_id.phpt | 31 $res_str .= "\nAfter call to get_timezone_id : timezone_id= $timezone_id"; 46 After call to get_timezone_id : timezone_id= America/New_York 49 After call to get_timezone_id : timezone_id= US/Pacific 52 After call to get_timezone_id : timezone_id= US/Central
|
H A D | dateformat_get_set_pattern.phpt | 31 $res_str .= "\nAfter call to get_pattern : pattern= $pattern"; 42 $res_str .= "\nAfter call to get_pattern : pattern= $pattern"; 60 After call to get_pattern : pattern= dd-MM-YY 65 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss 71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z 77 After call to get_pattern : pattern= yyyy/MM/dd 83 After call to get_pattern : pattern= yyyyMMdd
|
H A D | dateformat_get_set_pattern2.phpt | 31 $res_str .= "\nAfter call to get_pattern : pattern= $pattern"; 42 $res_str .= "\nAfter call to get_pattern : pattern= $pattern"; 60 After call to get_pattern : pattern= dd-MM-YY 65 After call to get_pattern : pattern= DD-MM-YYYY hh:mm:ss 71 After call to get_pattern : pattern= yyyy-DDD.hh:mm:ss z 77 After call to get_pattern : pattern= yyyy/MM/dd 83 After call to get_pattern : pattern= yyyyMMdd
|
/PHP-5.6/ext/curl/tests/ |
H A D | curl_setopt_basic004.phpt | 2 curl_setopt() call with CURLOPT_RETURNTRANSFER 15 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1\n"; 28 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0\n"; 42 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1 44 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0
|
/PHP-5.6/ext/xml/tests/ |
H A D | bug72085.phpt | 19 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 25 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 31 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 37 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 43 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 49 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 55 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 61 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 67 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d 73 Warning: xml_parse(): Unable to call handler in %s%ebug72085.php on line %d
|
/PHP-5.6/ext/reflection/tests/ |
H A D | bug60367.phpt | 9 public static function call() { 21 $method = new ReflectionMethod("b::call"); 24 $method = new ReflectionMethod("A::call");
|
/PHP-5.6/ext/xmlrpc/tests/ |
H A D | bug45226.phpt | 12 echo xmlrpc_encode_request('method.call', array('date' => $d)); 16 echo xmlrpc_encode_request('method.call', array('date' => $d)); 22 <methodName>method.call</methodName> 40 <methodName>method.call</methodName>
|