Home
last modified time | relevance | path

Searched refs:pass (Results 76 – 100 of 369) sorted by relevance

12345678910>>...15

/PHP-7.0/ext/spl/tests/
H A DSplFixedArray_fromArray_invalid_parameter_001.phpt2 pass an integer into fromArray()
H A DSplFixedArray_fromArray_invalid_parameter_002.phpt2 pass a string into fromArray()
H A DSplTempFileObject_constructor_error.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplDoublyLinkedList_bottom_pass_float.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected float parameter
H A DSplDoublyLinkedList_bottom_pass_integer.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected integer parameter
H A DSplDoublyLinkedList_top_pass_array.phpt2 SplDoublyLinkedList::top() - pass in an unexpected array
H A DSplDoublyLinkedList_top_pass_float.phpt2 SplDoublyLinkedList::top() - pass in an unexpected float parameter
H A DSplDoublyLinkedList_top_pass_integer.phpt2 SplDoublyLinkedList::top() - pass in an unexpected integer parameter
H A DSplDoublyLinkedList_bottom_pass_null.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected null parameter
H A DSplDoublyLinkedList_bottom_pass_array.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected array parameter
H A DSplDoublyLinkedList_top_pass_null.phpt2 SplDoublyLinkedList::top() - pass in an unexpected null parameter
H A DSplFixedArray_getSize_pass_param.phpt2 SplFixedArray::getSize() pass a parameter when none are expected
H A DSplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt2 Create a SplDoublyLinkedList, call count() and pass a SplDoublyLinkedList object as the parameter.
H A DSplTempFileObject_constructor_basic.phpt2 SPL SplTempFileObject constructor sets correct defaults when pass 0 arguments
H A DSplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt2 Create a SplDoublyLinkedList, call setIteratorMode() and pass a SplDoublyLinkedList object as the p…
/PHP-7.0/ext/pdo_mysql/tests/
H A Dbug_50323.phpt46 $pass = getenv('PDOTEST_PASS');
48 new PDO($dsn, $user, $pass);
H A Dpdo_mysql___construct_ini.phpt40 $pass = PDO_MYSQL_TEST_PASS;
41 $db = new PDO('mysql', $user, $pass);
H A Dmysql_pdo_test.inc11 $pass = PDO_MYSQL_TEST_PASS;
21 if ($pass === false)
22 $pass = NULL;
24 $db = new $classname($dsn, $user, $pass, $attr);
/PHP-7.0/ext/standard/tests/file/
H A Dbug52624.phpt2 Bug #52624 (tempnam() by-pass open_basedir with inexistent directory)
/PHP-7.0/tests/lang/
H A DpassByReference_005.phpt73 echo "\n ---- Pass by ref / pass by val: functions ----\n";
96 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
118 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
147 ---- Pass by ref / pass by val: functions ----
180 ---- Pass by ref / pass by val: static method calls ----
225 ---- Pass by ref / pass by val: instance method calls ----
/PHP-7.0/Zend/tests/assert/
H A Dexpect_005.phpt2 test providing reason (pass)
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities01.phpt5 mbstring.internal_encoding=pass
/PHP-7.0/Zend/tests/
H A Dbug52940.phpt2 Bug #52940 (call_user_func_array still allows call-time pass-by-reference)
/PHP-7.0/tests/classes/
H A D__call_003.phpt2 Force pass-by-reference to __call
H A Dconstants_error_003.phpt2 Basic class support - attempting to pass a class constant by reference.

Completed in 32 milliseconds

12345678910>>...15