Home
last modified time | relevance | path

Searched refs:how (Results 76 – 100 of 186) sorted by last modified time

12345678

/PHP-5.5/ext/standard/tests/array/
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_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
/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()
H A Dbasic_functions.c2146 ZEND_ARG_INFO(0, how)
/PHP-5.5/ext/sockets/
H A Dsockets.c238 ZEND_ARG_INFO(0, how)
/PHP-5.5/ext/soap/
H A DTODO.old3 Better WSDL support Client and server (how much validation is needed here?)
31 BENCHMARKING...... lets prove how fast it is.
/PHP-5.5/ext/shmop/
H A DREADME36 count - how many bytes to read
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt51 die("BORK: don't know how to create a long column here:\n" . implode(", ", $db->errorInfo()));
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_begintransaction.phpt134 …printf("[028] I'm confused, how can autocommit be on? Didn't I say I want to manually control tran…
204 [028] I'm confused, how can autocommit be on? Didn't I say I want to manually control transactions?
/PHP-5.5/ext/pdo/
H A DTODO60 Consider how the following can be implemented in PDO:
H A Dpdo_stmt.c49 ZEND_ARG_INFO(0, how) in ZEND_END_ARG_INFO()
64 ZEND_ARG_INFO(0, how) in ZEND_END_ARG_INFO()
865 how = how & ~PDO_FETCH_FLAGS; in do_fetch()
871 if (how == PDO_FETCH_BOUND) { in do_fetch()
885 if (how == PDO_FETCH_LAZY) { in do_fetch()
892 switch (how) { in do_fetch()
1005 how = PDO_FETCH_OBJ; in do_fetch()
1048 switch (how) { in do_fetch()
1173 switch (how) { in do_fetch()
1324 long how = PDO_FETCH_CLASS; in PHP_METHOD() local
[all …]
/PHP-5.5/ext/pcre/tests/
H A Dpreg_grep_error1.phpt11 * Testing how preg_grep reacts to being passed bad regexes
H A Dpreg_grep_error2.phpt11 * Testing how preg_grep reacts to being passed the wrong type of input argument
H A Dpreg_match_error1.phpt11 * Testing how preg_match reacts to being passed the wrong type of regex argument
H A Dpreg_match_error2.phpt11 * Testing how preg_match reacts to being passed the wrong type of subject argument
H A Dpreg_quote_error1.phpt11 * Testing how preg_quote reacts to being passed the wrong type of input argument
H A Dpreg_split_basic.phpt13 …to find NAME regardless of case in $string (can't split it so just returns how string as first ele…
H A Dpreg_split_error2.phpt11 * Testing how preg_split reacts to being passed the wrong type of input argument

Completed in 81 milliseconds

12345678