Home
last modified time | relevance | path

Searched refs:used (Results 551 – 574 of 574) sorted by relevance

1...<<212223

/PHP-7.0/ext/standard/tests/general_functions/
H A Dprint_r.phpt296 /* closing resource handle used */
H A Dprint_r_64bit.phpt297 /* closing resource handle used */
H A Dvar_dump.phpt289 /* closing resource handle used */
H A Dvar_dump_64bit.phpt289 /* closing resource handle used */
/PHP-7.0/
H A DNEWS1031 . Handle SQLDECIMAL/SQLNUMERIC types, which are used by later TDS versions.
1717 . Fixed bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used).
1770 when used in switch). (Laruence)
1777 . Fixed bug #71622 (Strings used in pass-as-reference cannot be used to
2716 . Fixed bug #70674 (ReflectionFunction::getClosure() leaks memory when used
H A Dltmain.sh2302 $echo "*** that it is just a static archive that I should not used here."
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.c119 to->used = from->used; in bbuf_clone()
120 xmemcpy(to->p, from->p, from->used); in bbuf_clone()
1187 bbuf->used = n + 1; in node_new_cclass_by_codepoint_range()
/PHP-7.0/ext/standard/tests/strings/
H A Dstr_repeat.phpt38 values are used as string to be repeated as well as multiplier */
H A Dstr_replace.phpt104 string is used for the rest of replacement values */
/PHP-7.0/ext/standard/
H A Dvar_unserializer.re29 /* VAR_FLAG used in var_dtor entries to signify an entry on which __wakeup should be called */
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-1611 **Failed: invalid UTF-8 string cannot be used as input in UTF mode
H A Dtestoutput18-3211 **Failed: invalid UTF-8 string cannot be used as input in UTF mode
H A Dtestinput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
H A Dtestoutput102 functionality of pcre_dfa_exec(). The -dfa flag must be used with pcretest
H A Dtestoutput93 be used with pcretest when running it. --/
H A Dgrepinput1 This is a file of miscellaneous text that is used as test data for checking
H A Dtestinput82 excluding UTF and Unicode property support. The -dfa flag must be used with
H A Dtestoutput82 excluding UTF and Unicode property support. The -dfa flag must be used with
/PHP-7.0/Zend/
H A Dzend_execute.c132 #define ENCODE_CTOR(ce, used) \ argument
133 ((zend_class_entry*)(((zend_uintptr_t)(ce)) | CTOR_CALL_BIT | ((used) ? CTOR_USED_BIT : 0)))
/PHP-7.0/ext/oci8/tests/
H A Dbug43492.phpt42 global $s; // (*) Allow parent statement to be available when child is used
/PHP-7.0/ext/standard/tests/file/
H A Dunlink_variation5.phpt19 // temp file used
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch337 +/* XXX disabling default magic loading so the compiled in data is used */
1886 + /* stat is used, if it made here then the link is broken */
/PHP-7.0/ext/standard/tests/misc/
H A Dbrowscap.ini5208 …AutoDownloader; created by Tom Kelleher Consulting, Inc. (tkelleher.com); used with special permis…
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c23915 void(*xCallback)(void *pArg, sqlite3_int64 used,int N),

Completed in 611 milliseconds

1...<<212223