Home
last modified time | relevance | path

Searched refs:pass (Results 51 – 75 of 307) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/odbc/tests/
H A Dskipif.inc7 $conn = @odbc_connect($dsn, $user, $pass);
/PHP-5.3/ext/standard/tests/strings/
H A Dhtmlentities11.phpt5 mbstring.internal_encoding=pass
H A Dhtmlentities12.phpt5 mbstring.internal_encoding=pass
H A Dhtmlentities13.phpt5 mbstring.internal_encoding=pass
H A Dhtmlentities14.phpt5 mbstring.internal_encoding=pass
/PHP-5.3/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";
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-5.3/ext/standard/tests/array/
H A Darray_next_error2.phpt2 next - ensure we cannot pass a temporary
/PHP-5.3/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 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_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_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
H A DSplDoublyLinkedList_bottom_pass_array.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected array 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
/PHP-5.3/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-5.3/ext/standard/tests/file/
H A Dbug52624.phpt2 Bug #52624 (tempnam() by-pass open_basedir with inexistent directory)

Completed in 46 milliseconds

12345678910>>...13