Home
last modified time | relevance | path

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

123

/PHP-5.5/Zend/tests/
H A Dclosure_041.phpt70 bound: no
72 bound: no
74 bound: no
76 bound: A
79 bound: no
81 bound: no
83 bound: no
85 bound: no
92 bound: no
100 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";
59 After binding, with same-class instance for the bound one
66 After binding, with different instance for the bound one
H A Dclosure_bug66622.phpt2 Bug 66622: Closures do not correctly capture the late bound class (static::) in some cases
/PHP-5.5/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-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput1666 Subject length lower bound = 17
94 Subject length lower bound = 1
102 Subject length lower bound = 1
110 Subject length lower bound = 1
126 Subject length lower bound = 1
136 Subject length lower bound = 1
H A Dtestoutput18-16341 Subject length lower bound = 1
380 Subject length lower bound = 3
400 Subject length lower bound = 1
419 Subject length lower bound = 1
438 Subject length lower bound = 1
458 Subject length lower bound = 1
668 Subject length lower bound = 1
694 Subject length lower bound = 1
714 Subject length lower bound = 1
726 Subject length lower bound = 1
[all …]
H A Dtestoutput18-32339 Subject length lower bound = 1
378 Subject length lower bound = 3
398 Subject length lower bound = 1
417 Subject length lower bound = 1
436 Subject length lower bound = 1
456 Subject length lower bound = 1
665 Subject length lower bound = 1
691 Subject length lower bound = 1
711 Subject length lower bound = 1
723 Subject length lower bound = 1
[all …]
H A Dtestoutput1957 Subject length lower bound = 17
93 Subject length lower bound = 1
103 Subject length lower bound = 1
H A Dtestoutput15483 Subject length lower bound = 1
521 Subject length lower bound = 3
541 Subject length lower bound = 1
560 Subject length lower bound = 1
579 Subject length lower bound = 1
599 Subject length lower bound = 1
801 Subject length lower bound = 1
827 Subject length lower bound = 1
847 Subject length lower bound = 1
857 Subject length lower bound = 2
[all …]
H A Dtestoutput22-1639 Subject length lower bound = 2
66 Subject length lower bound = 2
H A Dtestoutput22-3251 Subject length lower bound = 2
78 Subject length lower bound = 2
H A Dtestoutput1310 Subject length lower bound = 3
H A Dtestoutput21-1652 Subject length lower bound = 6
85 Subject length lower bound = 6
H A Dtestoutput21-3264 Subject length lower bound = 6
97 Subject length lower bound = 6
H A Dwintestoutput386 Subject length lower bound = 1
95 Subject length lower bound = 1
H A Dtestoutput395 Subject length lower bound = 1
104 Subject length lower bound = 1
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_call_user_func.phpt119 …print "Call user func, object oriented, using variable for types. using references for bound param…
146 …print "Call user func, object oriented, using constant for types. using references for bound param…
204 …print "Call user func, procedural, using references for bound parameter, using variables for resou…
233 …print "Call user func, procedural, using references for bound parameter, using variables for resou…
261 …print "Call user func, procedural, using references for bound parameter, using variable for resour…
345 Call user func, object oriented, using variable for types. using references for bound parameter
348 Call user func, object oriented, using constant for types. using references for bound parameter
354 Call user func, procedural, using references for bound parameter, using variables for resource and …
357 Call user func, procedural, using references for bound parameter, using variables for resource and …
360 Call user func, procedural, using references for bound parameter, using variable for resource, usin…
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dcom_iterator.c174 LONG bound; in php_com_iter_get() local
190 SafeArrayGetLBound(V_ARRAY(&I->safe_array), 1, &bound); in php_com_iter_get()
194 if (php_com_safearray_get_elem(&I->safe_array, &I->v, bound TSRMLS_CC)) { in php_com_iter_get()
195 I->key = bound; in php_com_iter_get()
/PHP-5.5/ext/ereg/regex/
H A Dsplit.c200 register int bound; local
202 bound = (nf > nfp) ? nfp : nf;
204 for (fn = 0; fn < bound; fn++)
/PHP-5.5/ext/exif/tests/
H A Dbug72603.phpt2 Bug #72603 (Out of bound read in exif_process_IFD_in_MAKERNOTE)
/PHP-5.5/ext/pdo_sqlite/tests/
H A Ddebugdumpparams_001.phpt2 Testing PDOStatement::debugDumpParams() with bound params
/PHP-5.5/ext/sqlite3/tests/
H A Dbug45798.phpt2 Bug #45798 (sqlite3 doesn't notice if variable was bound)
/PHP-5.5/ext/gd/tests/
H A Dimagecreatetruecolor_error2.phpt2 Testing imagecreatetruecolor(): error on out of bound parameters
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug47818.phpt2 Bug #47818 (Segfault due to bound callback param)
/PHP-5.5/ext/pdo/tests/
H A Dbug65946.phpt2 Bug #65946 (pdo_sql_parser.c permanently converts values bound to strings)

Completed in 40 milliseconds

123