Home
last modified time | relevance | path

Searched refs:info (Results 151 – 175 of 282) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_sndtimeo.phpt38 Moritz Neuhaeuser, info@xcompile.net
H A Dsocket_set_option_error_socket_option.phpt35 Moritz Neuhaeuser, info@xcompile.net
/PHP-5.5/ext/dba/tests/
H A Ddba004.phpt6 die("info $HND handler used");
H A Ddba_db4_011.phpt7 die("info $HND handler used");
H A Ddba005.phpt6 die("info $HND handler used");
H A Ddba_cdb.phpt7 die('info CDB does not support replace or delete');
H A Ddba_db4_004.phpt7 die("info $HND handler used");
H A Ddba_db4_008.phpt7 die("info $HND handler used");
H A Ddba_db4_015.phpt7 die("info $HND handler used");
H A Ddba_split.phpt6 die("info $HND handler used");
H A Ddba006.phpt6 die("info $HND handler used");
H A Ddba_db4_013.phpt7 die("info $HND handler used");
H A Ddba_cdb_make.phpt7 die('info CDB_MAKE does not support reading');
H A Ddba_db4_007.phpt7 die("info $HND handler used");
/PHP-5.5/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-5.5/ext/pdo/
H A DTODO55 Trace mode will output very verbose info.
63 mysqli_info(); info about rows affected by last query
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A DMakefile.am19 libmbfl_la_LDFLAGS=-version-info $(SHLIB_VERSION)
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c73 ITypeInfo *info = NULL; in php_com_load_typelib() local
77 SUCCEEDED(hr = IDispatch_GetTypeInfo(disp, 0, LANG_NEUTRAL, &info))) { in php_com_load_typelib()
78 hr = ITypeInfo_GetContainingTypeLib(info, &TL, &idx); in php_com_load_typelib()
81 if (info) { in php_com_load_typelib()
82 ITypeInfo_Release(info); in php_com_load_typelib()
/PHP-5.5/ext/posix/tests/
H A Dposix_access_error_modes.phpt6 Moritz Neuhaeuser, info@xcompile.net
/PHP-5.5/sapi/caudium/
H A DTODO5 - fix setting of auth info.
/PHP-5.5/ext/gettext/tests/
H A Dgettext_dgettext_error_wrongparams.phpt33 Moritz Neuhaeuser, info@xcompile.net
/PHP-5.5/ext/standard/tests/file/
H A D005_variation2.phpt64 echo "\n*** testing file info ***";
86 *** testing file info ***
/PHP-5.5/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 TSRMLS_DC) in pdo_odbc_fetch_error_func()
51 add_next_index_long(info, einfo->last_error); in pdo_odbc_fetch_error_func()
52 add_next_index_string(info, message, 0); in pdo_odbc_fetch_error_func()
53 add_next_index_string(info, einfo->last_state, 1); in pdo_odbc_fetch_error_func()
/PHP-5.5/ext/mbstring/libmbfl/
H A Dconfigure.in8 # Read http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info

Completed in 31 milliseconds

12345678910>>...12