Home
last modified time | relevance | path

Searched refs:one (Results 276 – 300 of 666) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-7.4/tests/func/
H A D004.phpt19 echo "This is some other function, to ensure more than just one function works fine...\n";
64 This is some other function, to ensure more than just one function works fine...
/PHP-7.4/ext/standard/tests/strings/
H A Dprintf_basic9.phpt33 echo "\n-- Calling printf() with one arguments --\n";
66 -- Calling printf() with one arguments --
H A Dstrrchr_basic.phpt30 //needle string containing one existing and one non-existing char
H A Dsprintf_error.phpt20 $arg1 = 'one';
23 // with one argument less than expected
/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_error.phpt23 //Test imap_fetch_overview with one more than the expected number of arguments
31 // Testing imap_fetch_overview with one less than the expected number of arguments
H A Dimap_fetchbody_error.phpt22 //Test imap_fetchbody with one more than the expected number of arguments
33 // Testing imap_fetchbody with one less than the expected number of arguments
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_prepare.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
15 // We would duplicate the SQL test cases if we have it here and in one of the
/PHP-7.4/ext/standard/tests/class_object/
H A Dmethod_exists_basic_003.phpt6 * Description: Returns true if the object has this class as one of its parents
H A Dis_a_variation_003.phpt6 * Description: Returns true if the object is of this class or has this class as one of its parents
H A Dis_subclass_of_variation_003.phpt6 * Description: Returns true if the object has this class as one of its parents
/PHP-7.4/Zend/tests/
H A Dbug34062.phpt10 // If you remove one, it won't crash
H A Dbug47343.phpt2 Bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case)
H A Ddereference_005.phpt12 "one" => 1,
/PHP-7.4/ext/filter/tests/
H A Dbug51368.phpt22 Warning: filter_var(): thousand separator must be at least one char in %s on line %d
/PHP-7.4/ext/date/tests/
H A Dtimezones.phpt11 //now the first and the last one
/PHP-7.4/Zend/tests/return_types/
H A D013.phpt7 $test = "one";
/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation10.phpt22 echo "-- anonymous function with two parameters and passing one array --\n";
66 -- anonymous function with two parameters and passing one array --
H A Dend.phpt19 array("a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL ),
20 array(1, array(1, 2 => 3 ), "one" => 1, "5" => 5 ),
45 $test_array = array(1, array(1 => "one", "two" => 2, "" => "f") );
185 string(3) "one"
H A Dend_64bit.phpt19 array("a" => "A", 2 => "B", "C" => 3, 4 => 4, "one" => 1, "" => NULL ),
20 array(1, array(1, 2 => 3 ), "one" => 1, "5" => 5 ),
45 $test_array = array(1, array(1 => "one", "two" => 2, "" => "f") );
184 string(3) "one"
H A Dbug40709.phpt2 Bug #40709 (array_reduce() behaves strange with one item stored arrays)
H A Darray_key_exists_basic.phpt19 $search = array('one', 'key' => 'value', 'val');
/PHP-7.4/ext/standard/tests/network/
H A Dnet_get_interfaces_001.phpt9 // Test that we have exactly one unicast address with the address 127.0.0.1
/PHP-7.4/ext/spl/tests/
H A Dspl_caching_iterator_constructor_flags.phpt24 Flags must contain only one of CALL_TOSTRING, TOSTRING_USE_KEY, TOSTRING_USE_CURRENT, TOSTRING_USE_…
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object-errno-errstr.phpt57 echo "GET: Miltiple OID, one wrong\n";
124 GET: Miltiple OID, one wrong
139 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"
144 string(74) "Can not fit all OIDs for SET query into one packet, using multiple queries"
/PHP-7.4/docs/
H A Doutput-api.md33 Flushing one output buffer:
41 Cleaning one output buffer:
49 Discarding one output buffer:
57 Stopping (and dropping) one output buffer:

Completed in 49 milliseconds

1...<<11121314151617181920>>...27