Home
last modified time | relevance | path

Searched refs:simple (Results 26 – 50 of 125) sorted by relevance

12345

/PHP-7.4/ext/pcre/tests/
H A Dbug79846.phpt2 Bug #79846 (8c67c166996 broke simple regexp)
/PHP-7.4/ext/standard/tests/strings/
H A Dbin2hex_basic.phpt17 /*1*/ "Here is a simple string",
22 /*4*/ 'Here is a simple string',
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_basic.phpt20 echo "-- Testing with simple valid data file --\n";
44 -- Testing with simple valid data file --
/PHP-7.4/ext/simplexml/tests/
H A Dprofile01.phpt2 SimpleXML [profile]: Accessing a simple node
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_include.inc20 …on setup_test_mailbox($mailbox_suffix, $message_count, &$new_mailbox = null, $msg_type = "simple"){
55 function create_mailbox($imap_stream, $mailbox_suffix, $message_count, $msg_type= "simple"){
88 function populate_mailbox($imap_stream, $mailbox, $message_count, $msg_type = "simple"){
93 if ($msg_type == "simple") {
/PHP-7.4/Zend/tests/
H A Dheredoc_003.phpt2 simple variable replacement test (heredoc)
H A Dnowdoc_003.phpt2 simple variable replacement test (nowdoc)
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt153 $test_functions = array('simple' => array(), 'doubledot' => array());
156 if (count($test_functions['simple']) < 2 && !strstr($func, '::'))
157 $test_functions['simple'][$func] = $func;
163 if ($func = reset($test_functions['simple']))
167 if ($func = next($test_functions['simple']))
182 foreach ($test_functions['simple'] as $func)
185 unset($test_functions['simple'][$func]);
199 $tmp = array_merge($test_functions['doubledot'], $test_functions['simple']);
H A Dmysqli_stmt_bind_result_references.phpt103 print "reference, simple object...\n";
119 print "reference, simple object w reference...\n";
136 print "reference, simple object w reference, change after bind...\n";
272 reference, simple object...
275 reference, simple object w reference...
278 reference, simple object w reference, change after bind...
/PHP-7.4/ext/standard/tests/array/
H A Dcompact_basic.phpt24 // simple array test
26 // simple parameter test
H A Darray_flip_variation2.phpt21 simple
99 string(6) "simple"
H A Darray_flip_variation3.phpt21 simple
118 ["simple"]=>
H A D006.phpt12 /* simple array */
H A Duasort_variation3.phpt44 simple
110 ["simple"]=>
/PHP-7.4/ext/opcache/tests/
H A Dbug80805.phpt2 Bug #80805: create simple class and get error in opcache.so
H A Dzzz_basic_logging.phpt4 This test runs a simple PHP script and ensures the Opcache
/PHP-7.4/tests/classes/
H A D__call_006.phpt24 echo "---> Invoke __call via simple method call.\n";
55 ---> Invoke __call via simple method call.
H A D__call_007.phpt24 echo "---> Invoke __call via simple method call.\n";
56 ---> Invoke __call via simple method call.
/PHP-7.4/ext/curl/tests/
H A Dbug48514.phpt2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_060.phpt2 Test typed properties work fine with simple inheritance
/PHP-7.4/ext/sodium/
H A DREADME.md6 A simple, low-level PHP extension for
/PHP-7.4/ext/zip/tests/
H A Dzip_entry_close.phpt2 zip_entry_close() function: simple and double call
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc66 …on setup_test_mailbox($mailbox_suffix, $message_count, &$new_mailbox = null, $msg_type = "simple"){
101 function create_mailbox($imap_stream, $mailbox_suffix, $message_count, $msg_type= "simple"){
134 function populate_mailbox($imap_stream, $mailbox, $message_count, $msg_type = "simple"){
139 if ($msg_type == "simple") {
/PHP-7.4/sapi/phpdbg/tests/
H A Dwatch_002.phpt2 Test simple array watchpoint with replace
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt24 //if we had a simple cast to unsigned char, this would be the same as 0
40 //if we had a simple cast to unsigned char, this would be the same as 0

Completed in 27 milliseconds

12345