/PHP-7.3/Zend/tests/ |
H A D | closure_041.phpt | 8 * to having a bound instance. */ 69 bound: no 71 bound: no 73 bound: no 75 bound: A 78 bound: no 80 bound: no 82 bound: no 84 bound: no 93 bound: A [all …]
|
H A D | closure_046.phpt | 8 * to having a bound instance. */ 33 echo "After binding, with same-class instance for the bound one", "\n"; 37 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 | bug74084.phpt | 2 Bug #74084 (Out of bound read - zend_mm_alloc_small)
|
H A D | use_late_binding_conflict.phpt | 2 Use conflicts are detected for late-bound classes
|
H A D | closure_bug66622.phpt | 2 Bug 66622: Closures do not correctly capture the late bound class (static::) in some cases
|
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindcolumn.phpt | 45 printf("[005] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n", 50 … printf("[006] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n", 85 printf("[010] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n", 90 … printf("[011] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
|
/PHP-7.3/ext/sockets/tests/ |
H A D | ipv4loop.phpt | 16 $bound = false; 19 $bound = true; 23 if (!$bound) {
|
H A D | ipv6loop.phpt | 17 $bound = false; 20 $bound = true; 24 if (!$bound) {
|
H A D | socket_getpeername_ipv4loop.phpt | 25 $bound = false; 28 $bound = true; 32 if (!$bound) {
|
H A D | socket_getpeername_ipv6loop.phpt | 26 $bound = false; 29 $bound = true; 33 if (!$bound) {
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_iterator.c | 170 LONG bound; in php_com_iter_get() local 186 SafeArrayGetLBound(V_ARRAY(&I->safe_array), 1, &bound); in php_com_iter_get() 190 if (I->sa_max >= bound && php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { in php_com_iter_get() 191 I->key = bound; in php_com_iter_get()
|
/PHP-7.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-7.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-7.3/ext/exif/tests/ |
H A D | bug72603.phpt | 2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
|
/PHP-7.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)
|
/PHP-7.3/ext/sqlite3/tests/ |
H A D | bug71049.phpt | 2 Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
|
H A D | bug45798.phpt | 2 Bug #45798 (sqlite3 doesn't notice if variable was bound)
|
H A D | sqlite3_blob_bind_resource.phpt | 2 SQLite3::execute() with a resource bound for blob param
|
/PHP-7.3/ext/opcache/tests/ |
H A D | bug66251.phpt | 2 Bug #66251 (Constants get statically bound at compile time when Optimized)
|
/PHP-7.3/ext/pdo_sqlite/tests/ |
H A D | debugdumpparams_001.phpt | 2 Testing PDOStatement::debugDumpParams() with bound params
|
/PHP-7.3/ext/pdo_pgsql/tests/ |
H A D | bug71573.phpt | 2 Bug #71573 (Segfault (core dumped) if paramno beyond bound)
|
/PHP-7.3/ext/gd/tests/ |
H A D | imagecreatetruecolor_error2.phpt | 2 Testing imagecreatetruecolor(): error on out of bound parameters
|
/PHP-7.3/ext/xmlrpc/tests/ |
H A D | bug47818.phpt | 2 Bug #47818 (Segfault due to bound callback param)
|