/PHP-8.3/Zend/tests/ |
H A D | closure_041.phpt | 8 * to having a bound instance. */ 68 bound: no 70 bound: no 72 bound: no 74 bound: A 77 bound: no 79 bound: no 81 bound: no 90 bound: A (should be scoped to dummy class) 94 bound: A [all …]
|
H A D | closure_046.phpt | 8 * to having a bound instance. */ 31 echo "After binding, with same-class instance for the bound one", "\n"; 35 echo "After binding, with different instance for the bound one", "\n"; 56 After binding, with same-class instance for the bound one 63 After binding, with different instance for the bound one
|
H A D | early_binding_unreachable.phpt | 2 Early bound class in otherwise unreachable code
|
H A D | static_variables_closure_bind.phpt | 2 Static variable can't override bound closure variables
|
H A D | use_late_binding_conflict.phpt | 2 Use conflicts are detected for late-bound classes
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_stripos_empty_needle.phpt | 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 30 echo "\n-- ASCII string with out of bound negative offset --\n"; 47 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 54 echo "\n-- Multi-byte string with out of bound negative offset --\n"; 72 -- ASCII string with out of bound positive offset -- 75 -- ASCII string with out of bound negative offset -- 87 -- Multi-byte string with out of bound positive offset -- 90 -- Multi-byte string with out of bound negative offset --
|
H A D | mb_strpos_empty_needle.phpt | 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 30 echo "\n-- ASCII string with out of bound negative offset --\n"; 46 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 53 echo "\n-- Multi-byte string with out of bound negative offset --\n"; 71 -- ASCII string with out of bound positive offset -- 74 -- ASCII string with out of bound negative offset -- 86 -- Multi-byte string with out of bound positive offset -- 89 -- Multi-byte string with out of bound negative offset --
|
H A D | mb_strripos_empty_needle.phpt | 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 30 echo "\n-- ASCII string with out of bound negative offset --\n"; 47 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 54 echo "\n-- Multi-byte string with out of bound negative offset --\n"; 72 -- ASCII string with out of bound positive offset -- 75 -- ASCII string with out of bound negative offset -- 87 -- Multi-byte string with out of bound positive offset -- 90 -- Multi-byte string with out of bound negative offset --
|
H A D | mb_strrpos_empty_needle.phpt | 23 echo "\n-- ASCII string with out of bound positive offset --\n"; 30 echo "\n-- ASCII string with out of bound negative offset --\n"; 47 echo "\n-- Multi-byte string with out of bound positive offset --\n"; 54 echo "\n-- Multi-byte string with out of bound negative offset --\n"; 72 -- ASCII string with out of bound positive offset -- 75 -- ASCII string with out of bound negative offset -- 87 -- Multi-byte string with out of bound positive offset -- 90 -- Multi-byte string with out of bound negative offset --
|
/PHP-8.3/ext/pdo_firebird/tests/ |
H A D | payload_server.inc | 13 $bound = null; 25 $bound = $matches[1]; 34 if ($bound === null) { 47 $fp = fsockopen("tcp://$bound"); 85 return $bound;
|
/PHP-8.3/ext/curl/tests/ |
H A D | server.inc | 16 $bound = null; 29 $bound = $matches[1]; 37 if ($bound === null) { 50 $fp = @fsockopen("tcp://$bound"); 88 return $bound;
|
/PHP-8.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindcolumn.phpt | 46 … printf("[005] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n", 51 … printf("[006] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n", 86 … printf("[010] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n", 91 … printf("[011] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
|
H A D | bug41125.phpt | 92 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab… 130 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab… 136 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab… 146 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab… 160 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab… 166 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
|
H A D | bug79132.phpt | 53 SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens 54 SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens
|
/PHP-8.3/ext/sockets/tests/ |
H A D | ipv6loop.phpt | 17 $bound = false; 20 $bound = true; 24 if (!$bound) {
|
H A D | socket_getpeername_ipv4loop.phpt | 21 $bound = false; 24 $bound = true; 28 if (!$bound) {
|
H A D | socket_getpeername_ipv6loop.phpt | 26 $bound = false; 29 $bound = true; 33 if (!$bound) {
|
/PHP-8.3/sapi/cli/tests/ |
H A D | php_cli_server.inc | 46 $bound = null; 59 $bound = $matches[1]; 63 if ($bound === null) { 77 $fp = @fsockopen("tcp://$bound"); 112 $port = (int) substr($bound, strrpos($bound, ':') + 1);
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_iterator.c | 170 LONG bound; in php_com_iter_get() local 187 SafeArrayGetLBound(V_ARRAY(&I->safe_array), 1, &bound); in php_com_iter_get() 191 if (I->sa_max >= bound && php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { in php_com_iter_get() 192 I->key = bound; in php_com_iter_get()
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | bug72823.phpt | 2 Bug #72823 (strtr out-of-bound access)
|
H A D | bug78833.phpt | 2 Bug #78833 (Integer overflow in pack causes out-of-bound access)
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_call_user_func.phpt | 115 …print "Call user func, object oriented, using variable for types. using references for bound param… 142 …print "Call user func, object oriented, using constant for types. using references for bound param… 200 …print "Call user func, procedural, using references for bound parameter, using variables for resou… 229 …print "Call user func, procedural, using references for bound parameter, using variables for resou… 257 …print "Call user func, procedural, using references for bound parameter, using variable for resour… 341 Call user func, object oriented, using variable for types. using references for bound parameter 344 Call user func, object oriented, using constant for types. using references for bound parameter 350 Call user func, procedural, using references for bound parameter, using variables for resource and … 353 Call user func, procedural, using references for bound parameter, using variables for resource and … 356 Call user func, procedural, using references for bound parameter, using variable for resource, usin… [all …]
|
/PHP-8.3/ext/exif/tests/ |
H A D | bug72603.phpt | 2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
|
/PHP-8.3/ext/phar/tests/ |
H A D | bug73035.phpt | 2 Phar: #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile)
|
H A D | bug72928.phpt | 2 Phar: #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile)
|