Home
last modified time | relevance | path

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

1234567

/PHP-5.5/tests/lang/operators/
H A DbitwiseShiftRight_variationStr2.phpt2 Test >> operator : numbers as strings, simple
/PHP-5.5/ext/standard/tests/array/
H A Darray_sum_variation3.phpt18 echo "-- simple float array --\n";
47 -- simple float 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"]=>
H A Darray_filter_object.phpt12 * i.e. object of simple class with members and functions
20 // simple class with members - variable and method
/PHP-5.5/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-5.5/ext/standard/tests/strings/
H A Dbin2hex_basic.phpt17 /*1*/ "Here is a simple string",
22 /*4*/ 'Here is a simple string',
H A Dconvert_cyr_string_basic.phpt15 echo "\n-- First try some simple English text --\n";
32 -- First try some simple English text --
/PHP-5.5/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-5.5/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-5.5/Zend/tests/traits/
H A Dlanguage001.phpt2 Single Trait with simple trait method
/PHP-5.5/ext/simplexml/tests/
H A Dprofile01.phpt2 SimpleXML [profile]: Accessing a simple node
/PHP-5.5/sapi/tests/
H A Dtest001.phpt4 This would be similar to what IIS produces for a simple query.
H A Dtest003.phpt4 This would be similar to what IIS produces for a simple query
/PHP-5.5/Zend/tests/
H A Dheredoc_003.phpt2 simple variable replacement test (heredoc)
H A Dnowdoc_003.phpt2 simple variable replacement test (nowdoc)
/PHP-5.5/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-5.5/ext/curl/tests/
H A Dbug48514.phpt2 Bug #48514 (cURL extension uses same resource name for simple and multi APIs)
/PHP-5.5/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-5.5/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt18 //if we had a simple cast to unsigned char, this would be the same as 0
34 //if we had a simple cast to unsigned char, this would be the same as 0

Completed in 43 milliseconds

1234567