Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.4/ext/mbstring/tests/
H A Dmb_http_input.phpt32 // Must be pass
33 if ($enc === 'pass') {
/PHP-5.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja337 standard: pass
355 pass: no conversion
417 i18n.http_input = pass|auto
419 pass: no conversion
431 pass: no conversion
437 The default is pass.
457 i18n.http_input = pass
482 pass: no conversion
506 pass: no conversion (only if i18n.http_input is set to pass)
521 pass: no conversion
[all …]
/PHP-5.4/ext/standard/
H A Durl.c48 if (theurl->pass) in php_url_free()
49 efree(theurl->pass); in php_url_free()
250 ret->pass = estrndup(pp, (p-pp)); in php_url_parse_ex()
251 php_replace_controlchars_ex(ret->pass, (p-pp)); in php_url_parse_ex()
279 STR_FREE(ret->pass); in php_url_parse_ex()
292 STR_FREE(ret->pass); in php_url_parse_ex()
307 STR_FREE(ret->pass); in php_url_parse_ex()
407 if (resource->pass != NULL) RETVAL_STRING(resource->pass, 1); in PHP_FUNCTION()
437 if (resource->pass != NULL) in PHP_FUNCTION()
438 add_assoc_string(return_value, "pass", resource->pass, 1); in PHP_FUNCTION()
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt20 $pass = PDO_MYSQL_TEST_PASS;
30 $db = new PDO($uri, $user, $pass);
47 $db = new PDO($uri, $user, $pass);
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);
/PHP-5.4/ext/odbc/tests/
H A Dconfig.inc8 $pass = '';
H A Dskipif.inc7 $conn = @odbc_connect($dsn, $user, $pass);
/PHP-5.4/ext/snmp/tests/
H A Dsnmp3-error.phpt51 Warning: snmp3_get(): Error generating a key for authentication pass phrase '': Generic error (The …
54 Warning: snmp3_get(): Error generating a key for authentication pass phrase 'te': Generic error (Th…
60 Warning: snmp3_get(): Error generating a key for privacy pass phrase '': Generic error (The supplie…
63 Warning: snmp3_get(): Error generating a key for privacy pass phrase 'ty': Generic error (The suppl…
/PHP-5.4/sapi/aolserver/
H A DREADME29 AOLserver source code and pass another option to PHP:
41 Add a new section to pass options to PHP (required):
47 The 'map' command will cause AOLserver to pass all requests to *.php to
/PHP-5.4/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-5.4/ext/standard/tests/strings/
H A Dhtmlentities11.phpt5 mbstring.internal_encoding=pass
H A Dhtmlentities12.phpt5 mbstring.internal_encoding=pass
/PHP-5.4/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.4/ext/standard/tests/array/
H A Darray_next_error2.phpt2 next - ensure we cannot pass a temporary
/PHP-5.4/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_bottom_pass_float.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected float 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_integer.phpt2 SplDoublyLinkedList::bottom() - pass in an unexpected integer 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

Completed in 68 milliseconds

12345678910>>...13