Home
last modified time | relevance | path

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

123

/php-src/Zend/tests/
H A Dclosure_041.phpt8 * 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 Dclosure_046.phpt8 * 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 Dearly_binding_unreachable.phpt2 Early bound class in otherwise unreachable code
H A Dstatic_variables_closure_bind.phpt2 Static variable can't override bound closure variables
H A Duse_late_binding_conflict.phpt2 Use conflicts are detected for late-bound classes
/php-src/ext/mbstring/tests/
H A Dmb_stripos_empty_needle.phpt23 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 Dmb_strpos_empty_needle.phpt23 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 Dmb_strripos_empty_needle.phpt23 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 Dmb_strrpos_empty_needle.phpt23 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-src/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-src/ext/curl/tests/
H A Dserver.inc16 $bound = null;
29 $bound = $matches[1];
37 if ($bound === null) {
50 $fp = @fsockopen("tcp://$bound");
88 return $bound;
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindcolumn.phpt47 … printf("[005] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
52 … printf("[006] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
87 … printf("[010] Fetch bound and fetch assoc differ - column 'id', bound: %s/%s, assoc: %s/%s\n",
92 … printf("[011] Fetch bound and fetch assoc differ - column 'label', bound: %s/%s, assoc: %s/%s\n",
H A Dbug41125.phpt89 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
127 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
133 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
143 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
157 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
163 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variab…
H A Dbug79132.phpt53 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-src/ext/sockets/tests/
H A Dipv6loop.phpt17 $bound = false;
20 $bound = true;
24 if (!$bound) {
H A Dsocket_getpeername_ipv4loop.phpt21 $bound = false;
24 $bound = true;
28 if (!$bound) {
H A Dsocket_getpeername_ipv6loop.phpt26 $bound = false;
29 $bound = true;
33 if (!$bound) {
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc49 $bound = null;
62 $bound = $matches[1];
66 if ($bound === null) {
80 $fp = @fsockopen("tcp://$bound");
115 $port = (int) substr($bound, strrpos($bound, ':') + 1);
/php-src/ext/com_dotnet/
H A Dcom_iterator.c170 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-src/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-src/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-src/ext/exif/tests/
H A Dbug72603.phpt2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
/php-src/ext/phar/tests/
H A Dbug72928.phpt2 Phar: #72928 (Out of bound when verify signature of zip phar in phar_parse_zipfile)
H A Dbug73035.phpt2 Phar: #73035 (Out of bound when verify signature of tar phar in phar_parse_tarfile)

Completed in 25 milliseconds

123