Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/Zend/tests/
H A Dbug19859.phpt15 $x->fake(1);
16 call_user_func_array(array($x,'fake'),array(1));
17 call_user_func(array($x,'fake'),2);
20 test::__call invoked for method 'fake'
21 test::__call invoked for method 'fake'
22 test::__call invoked for method 'fake'
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c236 zend_file_handle fake; in phpdbg_compile_file() local
255 memset(&fake, 0, sizeof(fake)); in phpdbg_compile_file()
256 fake.type = ZEND_HANDLE_MAPPED; in phpdbg_compile_file()
257 fake.handle.stream.mmap.buf = data.buf; in phpdbg_compile_file()
259 fake.free_filename = 0; in phpdbg_compile_file()
260 fake.filename = filename; in phpdbg_compile_file()
261 fake.opened_path = file->opened_path; in phpdbg_compile_file()
279 fake.opened_path = NULL; in phpdbg_compile_file()
280 zend_file_handle_dtor(&fake); in phpdbg_compile_file()
289 fake.opened_path = NULL; in phpdbg_compile_file()
[all …]
/PHP-7.0/ext/curl/tests/
H A Dcurl_error_basic.phpt2 curl_error() function - basic test for curl_error using a fake url
28 echo "== Testing curl_error with a fake URL ==\n";
40 == Testing curl_error with a fake URL ==
/PHP-7.0/ext/standard/tests/strings/
H A Dvfprintf_error3.phpt27 var_dump( vfprintf( $fp, "Foo %y fake", "not available" ) );
53 string(9) "Foo fake"
/PHP-7.0/ext/spl/tests/
H A DSplFileObject_getflags_error002.phpt13 $fo->getFlags('fake');
/PHP-7.0/ext/pcre/pcrelib/
H A DHACKING83 a "fake" mode that enables it to compute how much memory it would need, while
H A DChangeLog3474 cunning way of running the real compile function in a "fake" mode that

Completed in 52 milliseconds