Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.2/ext/hash/
H A Dhash_tiger.c54 #define pass(a,b,c,mul) \ macro
89 pass(a,b,c,5) \
91 pass(c,a,b,7) \
93 pass(b,c,a,9) \
96 pass(a,b,c,9) \
/PHP-7.2/Zend/tests/assert/
H A Dexpect_006.phpt2 test looping assert (pass)
H A Dexpect_005.phpt2 test providing reason (pass)
/PHP-7.2/ext/standard/tests/strings/
H A Dhtmlentities11.phpt5 mbstring.internal_encoding=pass
H A Dhtmlentities12.phpt5 mbstring.internal_encoding=pass
H A Dhtmlentities01.phpt5 mbstring.internal_encoding=pass
/PHP-7.2/tests/lang/
H A DpassByReference_002.phpt2 Attempt to pass a constant by reference
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";
146 ---- Pass by ref / pass by val: functions ----
179 ---- Pass by ref / pass by val: static method calls ----
224 ---- Pass by ref / pass by val: instance method calls ----
/PHP-7.2/ext/standard/tests/array/
H A Darray_next_error2.phpt2 next - ensure we cannot pass a temporary
/PHP-7.2/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_top_pass_float.phpt2 SplDoublyLinkedList::top() - pass in an unexpected float parameter
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_integer.phpt2 SplDoublyLinkedList::top() - pass in an unexpected integer parameter
H A DSplFixedArray_getSize_pass_param.phpt2 SplFixedArray::getSize() pass a parameter when none are expected
H A DSplDoublyLinkedList_bottom_pass_array.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected array parameter
H A DSplDoublyLinkedList_bottom_pass_null.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected null parameter
H A DSplDoublyLinkedList_top_pass_null.phpt2 SplDoublyLinkedList::top() - pass in an unexpected null parameter
/PHP-7.2/ext/opcache/tests/
H A Dbool_cp_in_pass1.phpt2 Incorrect constant propagation on BOOL in pass 1
H A Dblock_pass_001.phpt2 Block pass: Bugs in BOOL/QM_ASSIGN elision
/PHP-7.2/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);

Completed in 41 milliseconds

12345678910>>...16