Home
last modified time | relevance | path

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

12

/PHP-7.4/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
86 bound: no
95 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";
58 After binding, with same-class instance for the bound one
65 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
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.inc13 $bound = null;
25 $bound = $matches[1];
34 if ($bound === null) {
47 $fp = fsockopen("tcp://$bound");
85 return $bound;
/PHP-7.4/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.4/ext/sockets/tests/
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.4/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.4/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.4/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.4/ext/exif/tests/
H A Dbug72603.phpt2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
/PHP-7.4/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.4/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)
/PHP-7.4/ext/opcache/tests/
H A Dbug66251.phpt2 Bug #66251 (Constants get statically bound at compile time when Optimized)
/PHP-7.4/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt2 Testing PDOStatement::debugDumpParams() with bound params
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug44643.phpt2 Bug #44643 (bound parameters ignore explicit type definitions)
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug71573.phpt2 Bug #71573 (Segfault (core dumped) if paramno beyond bound)
/PHP-7.4/ext/gd/tests/
H A Dimagecreatetruecolor_error2.phpt2 Testing imagecreatetruecolor(): error on out of bound parameters
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error2.phpt24 // Should not show up in get_declared_classes until the anonymous class is bound.
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug47818.phpt2 Bug #47818 (Segfault due to bound callback param)

Completed in 24 milliseconds

12