Home
last modified time | relevance | path

Searched refs:how (Results 151 – 175 of 186) sorted by path

12345678

/PHP-5.5/ext/standard/tests/array/
H A Dnatcasesort_object2.phpt12 * visibilities to test how it re-orders the array.
H A Dnatcasesort_variation2.phpt12 * Pass arrays of different data types to natcasesort() to test how they are sorted
H A Dnatcasesort_variation3.phpt15 * Pass arrays of numeric data to test how natcasesort re-orders the array
H A Dnatcasesort_variation4.phpt16 * Pass arrays of string data to see how natcasesort() re-orders the array
H A Dnatcasesort_variation5.phpt11 * Pass an array of different hex values to test how natcasesort() re-orders it
H A Dnatcasesort_variation6.phpt11 * Pass an array of referenced varaibles to test how natcasesort() re-orders it
H A Dnatcasesort_variation7.phpt11 * Pass natcasesort() an infinitely recursive array to test how it is re-ordered
H A Dnatcasesort_variation8.phpt11 * Pass an array of octal values to test how natcasesort() re-orders it
H A Dnatcasesort_variation9.phpt12 * and escape characters to test how natcasesort() re-orders it
H A Dusort_variation3.phpt11 * Pass an array with different data types as keys to usort() to test how it is re-ordered
H A Dusort_variation4.phpt11 * Pass arrays of numeric data to usort() to test how it is re-ordered
H A Dusort_variation5.phpt11 * Pass arrays of string data to usort() to test how it is re-ordered
H A Dusort_variation6.phpt12 * to test how array is re-ordered
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation4.phpt12 * files with different file names to test how readdir() reads them
H A Dscandir_variation10.phpt15 * Pass different integers as $sorting_order argument to test how scandir()
H A Dscandir_variation2.phpt11 * Pass different data types as $sorting_order argument to test how scandir() behaves
H A Dscandir_variation3.phpt11 * Pass different data types as $context argument to test how scandir() behaves
H A Dscandir_variation6.phpt17 * Pass a directory path using wildcards as $dir argument to test how scandir() behaves
H A Dscandir_variation8.phpt11 * Pass a directory containing files with different types of names to test how scandir()
H A Dscandir_variation9.phpt11 * Pass different integers as $sorting_order argument to test how scandir()
/PHP-5.5/ext/standard/tests/strings/
H A Daddslashes_variation2.phpt32 "how're you doing?",
96 string(18) "how\'re you doing?"
H A Dbug36306.phpt6 /* as an example how to write crc32 tests
H A Dquotemeta_basic.phpt13 var_dump(quotemeta("Hello how are you ?"));
20 string(20) "Hello how are you \?"
H A Dstripslashes_variation2.phpt42 "how're you doing?",
118 string(18) "how\'re you doing?"
120 string(17) "how're you doing?"
/PHP-5.5/main/streams/
H A Dphp_stream_transport.h120 PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown_t how TSRMLS_DC);
140 unsigned int how:2; member

Completed in 27 milliseconds

12345678