Home
last modified time | relevance | path

Searched refs:info (Results 201 – 225 of 333) sorted by relevance

12345678910>>...14

/PHP-7.2/ext/standard/tests/image/
H A Dgetimagesize_variation2.phpt11 /* Prototype : proto array getimagesize(string imagefile [, array info])
78 // loop through each element of the array for info
H A Dgetimagesize_variation1.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
19 $info = array(1, 2);
76 var_dump( getimagesize($value, $info) );
/PHP-7.2/ext/opcache/
H A Dzend_persist_calc.c337 if (ce->info.user.filename) { in zend_persist_class_entry_calc()
338 ADD_STRING(ce->info.user.filename); in zend_persist_class_entry_calc()
340 if (ZCG(accel_directives).save_comments && ce->info.user.doc_comment) { in zend_persist_class_entry_calc()
341 ADD_STRING(ce->info.user.doc_comment); in zend_persist_class_entry_calc()
H A Dzend_persist.c704 if (ce->info.user.filename) { in zend_persist_class_entry()
706 zend_accel_memdup_string(ce->info.user.filename); in zend_persist_class_entry()
708 if (ce->info.user.doc_comment) { in zend_persist_class_entry()
710 zend_accel_store_interned_string(ce->info.user.doc_comment); in zend_persist_class_entry()
712 if (!zend_shared_alloc_get_xlat_entry(ce->info.user.doc_comment)) { in zend_persist_class_entry()
713 zend_shared_alloc_register_xlat_entry(ce->info.user.doc_comment, ce->info.user.doc_comment); in zend_persist_class_entry()
714 zend_string_release(ce->info.user.doc_comment); in zend_persist_class_entry()
716 ce->info.user.doc_comment = NULL; in zend_persist_class_entry()
/PHP-7.2/ext/dba/tests/
H A Ddba006.phpt6 die("info $HND handler used");
H A Ddba_db4_013.phpt7 die("info $HND handler used");
H A Ddba_split.phpt6 die("info $HND handler used");
H A Ddba_cdb_make.phpt7 die('info CDB_MAKE does not support reading');
H A Ddba_db4_003.phpt7 die("info $HND handler used");
H A Ddba_optimize.phpt6 die("info $HND handler used");
H A Ddba_sync.phpt6 die("info $HND handler used");
H A Ddba010.phpt6 die("info $HND handler used");
H A Ddba011.phpt6 die("info $HND handler used");
H A Ddba007.phpt7 die("info $HND handler used");
/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A DMakefile.am19 libmbfl_la_LDFLAGS=-version-info $(SHLIB_VERSION)
/PHP-7.2/ext/gettext/tests/
H A Dgettext_dgettext_error_wrongparams.phpt33 Moritz Neuhaeuser, info@xcompile.net
/PHP-7.2/ext/standard/tests/file/
H A D005_variation2.phpt64 echo "\n*** testing file info ***";
86 *** testing file info ***
/PHP-7.2/ext/gd/tests/
H A Dfunc.inc12 $info = ob_get_contents();
15 return $info;
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_driver.c34 static int pdo_odbc_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_odbc_fetch_error_func() argument
51 add_next_index_long(info, einfo->last_error); in pdo_odbc_fetch_error_func()
52 add_next_index_str(info, message); in pdo_odbc_fetch_error_func()
53 add_next_index_string(info, einfo->last_state); in pdo_odbc_fetch_error_func()
/PHP-7.2/ext/hash/tests/
H A Dhash_hkdf_edges.phpt8 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
/PHP-7.2/ext/mbstring/libmbfl/
H A Dconfigure.ac8 # Read http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
H A DNEWS18 …Detailed info:https://github.com/hirokawa/libmbfl/wiki/Introduction-to-libmbflhttps:--github.com-h…
/PHP-7.2/TSRM/
H A Dtsrm_win32.h59 HANDLE info; member
/PHP-7.2/ext/date/tests/
H A Ddate_parse_basic1.phpt6 * Description: Returns associative array with detailed info about given date.
/PHP-7.2/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt48 Moritz Neuhaeuser, info@xcompile.net

Completed in 48 milliseconds

12345678910>>...14