Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 49) sorted by relevance

12

/PHP-7.3/Zend/tests/
H A Dclosure_041.phpt8 * 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 Dclosure_046.phpt8 * 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 Dbug74084.phpt2 Bug #74084 (Out of bound read - zend_mm_alloc_small)
H A Duse_late_binding_conflict.phpt2 Use conflicts are detected for late-bound classes
H A Dclosure_bug66622.phpt2 Bug 66622: Closures do not correctly capture the late bound class (static::) in some cases
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt45 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 Dipv4loop.phpt16 $bound = false;
19 $bound = true;
23 if (!$bound) {
H A Dipv6loop.phpt17 $bound = false;
20 $bound = true;
24 if (!$bound) {
H A Dsocket_getpeername_ipv4loop.phpt25 $bound = false;
28 $bound = true;
32 if (!$bound) {
H A Dsocket_getpeername_ipv6loop.phpt26 $bound = false;
29 $bound = true;
33 if (!$bound) {
/PHP-7.3/ext/com_dotnet/
H A Dcom_iterator.c170 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 Dbug72823.phpt2 Bug #72823 (strtr out-of-bound access)
H A Dbug78833.phpt2 Bug #78833 (Integer overflow in pack causes out-of-bound access)
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_call_user_func.phpt115 …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 Dbug72603.phpt2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
/PHP-7.3/ext/phar/tests/
H A Dbug73035.phpt2 Phar: #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile)
H A Dbug72928.phpt2 Phar: #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile)
/PHP-7.3/ext/sqlite3/tests/
H A Dbug71049.phpt2 Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
H A Dbug45798.phpt2 Bug #45798 (sqlite3 doesn't notice if variable was bound)
H A Dsqlite3_blob_bind_resource.phpt2 SQLite3::execute() with a resource bound for blob param
/PHP-7.3/ext/opcache/tests/
H A Dbug66251.phpt2 Bug #66251 (Constants get statically bound at compile time when Optimized)
/PHP-7.3/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt2 Testing PDOStatement::debugDumpParams() with bound params
/PHP-7.3/ext/pdo_pgsql/tests/
H A Dbug71573.phpt2 Bug #71573 (Segfault (core dumped) if paramno beyond bound)
/PHP-7.3/ext/gd/tests/
H A Dimagecreatetruecolor_error2.phpt2 Testing imagecreatetruecolor(): error on out of bound parameters
/PHP-7.3/ext/xmlrpc/tests/
H A Dbug47818.phpt2 Bug #47818 (Segfault due to bound callback param)

Completed in 21 milliseconds

12