Home
last modified time | relevance | path

Searched refs:how (Results 101 – 125 of 186) sorted by path

12345678

/PHP-5.5/ext/standard/html_tables/mappings/
H A DKOI8-R.TXT27 # This table contains the data the Unicode Consortium has on how
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c1626 long how; in PHP_FUNCTION() local
1630 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &zstream, &how) == FAILURE) { in PHP_FUNCTION()
1634 if (how != STREAM_SHUT_RD && in PHP_FUNCTION()
1635 how != STREAM_SHUT_WR && in PHP_FUNCTION()
1636 how != STREAM_SHUT_RDWR) { in PHP_FUNCTION()
1642 RETURN_BOOL(php_stream_xport_shutdown(stream, (stream_shutdown_t)how TSRMLS_CC) == 0); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/array/
H A Darray_change_key_case_variation6.phpt11 * Test how array_change_key_case() converts keys in multi-dimensional arrays
H A Darray_change_key_case_variation8.phpt16 * Test how array_change_key_case() behaves with different strings
H A Darray_diff_assoc_variation10.phpt13 * Test how array_diff_assoc() compares binary data
H A Darray_diff_assoc_variation3.phpt12 * Test how array_diff_assoc() compares indexed arrays containing different data types
H A Darray_diff_assoc_variation4.phpt13 * Test how array_diff_assoc() compares arrays containing different data types
H A Darray_diff_assoc_variation5.phpt12 * Test how array_diff_assoc compares integers, floats and string
H A Darray_diff_assoc_variation6.phpt12 * Test how array_diff_assoc behaves
H A Darray_diff_assoc_variation7.phpt13 * Tests how array_diff_assoc compares
H A Darray_diff_assoc_variation8.phpt13 * Test how array_diff_assoc() behaves when comparing:
H A Darray_diff_assoc_variation9.phpt13 * Test how array_diff_assoc behaves when comparing
H A Darray_diff_variation3.phpt12 * Test how array_diff() compares indexed arrays containing different
H A Darray_diff_variation4.phpt12 * Test how array_diff() compares indexed arrays containing different
H A Darray_diff_variation5.phpt13 * Test how array_diff compares integers, floats and strings
H A Darray_diff_variation7.phpt12 * Test how array_diff compares arrays that
H A Darray_diff_variation9.phpt12 * Test how array_diff() compares multidimensional arrays
H A Darray_key_exists_variation5.phpt12 * Test how array_key_exists() behaves with multi-dimensional arrays
H A Darray_merge_variation3.phpt11 * Pass arrays of different data types to test how array_merge adds them
H A Darray_merge_variation4.phpt11 * Pass an array with different data types as keys to test how array_merge
H A Darray_merge_variation7.phpt11 * Pass array_merge() arrays with mixed keys to test how it attaches them to
H A Darray_multisort_basic1.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_multisort_basic2.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_multisort_case.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL
H A Darray_multisort_error.phpt6 * Description: Sort multiple arrays at once similar to how ORDER BY clause works in SQL

Completed in 36 milliseconds

12345678