Searched refs:rawurlencode (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/standard/tests/url/ |
H A D | rawurlencode_error_001.phpt | 2 Test rawurlencode() function : error conditions 5 /* Prototype : proto string rawurlencode(string str) 13 echo "*** Testing rawurlencode() : error conditions ***\n"; 16 echo "\n-- Testing rawurlencode() function with Zero arguments --\n"; 17 var_dump( rawurlencode() ); 19 //Test rawurlencode with one more than the expected number of arguments 23 var_dump( rawurlencode($str, $extra_arg) ); 28 *** Testing rawurlencode() : error conditions *** 30 -- Testing rawurlencode() function with Zero arguments -- 32 Warning: rawurlencode() expects exactly 1 parameter, 0 given in %s on line 14 [all …]
|
H A D | rawurlencode_variation_001.phpt | 2 Test rawurlencode() function : usage variations - unexpected type for arg 1. 5 /* Prototype : proto string rawurlencode(string str) 18 echo "*** Testing rawurlencode() : usage variations ***\n"; 77 var_dump( rawurlencode($value) ); 83 *** Testing rawurlencode() : usage variations *** 115 Error: 2 - rawurlencode() expects parameter 1 to be string, array given, %s(74) 119 Error: 2 - rawurlencode() expects parameter 1 to be string, array given, %s(74) 123 Error: 2 - rawurlencode() expects parameter 1 to be string, array given, %s(74) 127 Error: 2 - rawurlencode() expects parameter 1 to be string, array given, %s(74) 131 Error: 2 - rawurlencode() expects parameter 1 to be string, array given, %s(74) [all …]
|
H A D | bug53248.phpt | 2 Bug #53248 (rawurlencode RFC 3986 EBCDIC support) 6 var_dump(rawurlencode('A1_-.~'));
|
/PHP-5.3/ext/standard/ |
H A D | url.h | 45 PHP_FUNCTION(rawurlencode);
|
H A D | url.c | 631 PHP_FUNCTION(rawurlencode) argument
|
H A D | basic_functions.c | 2807 PHP_FE(rawurlencode, arginfo_rawurlencode)
|
/PHP-5.3/tests/strings/ |
H A D | 001.phpt | 94 echo "Testing rawurlencode: "; 95 $encoded = rawurlencode($raw); 201 Testing rawurlencode: passed
|
/PHP-5.3/ext/xmlreader/tests/ |
H A D | 008.phpt | 25 $dtdfile = rawurlencode(dirname(__FILE__)) . '/dtdexample.dtd';
|
/PHP-5.3/ |
H A D | NEWS | 1562 . Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
|
Completed in 67 milliseconds