Home
last modified time | relevance | path

Searched refs:info (Results 176 – 200 of 282) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/posix/tests/
H A Dposix_access.phpt6 Moritz Neuhaeuser, info@xcompile.net
H A Dposix_access_error_wrongparams.phpt6 Moritz Neuhaeuser, info@xcompile.net
/PHP-5.5/ext/dba/tests/
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 Ddba_db4_003.phpt7 die("info $HND handler used");
H A Ddba007.phpt7 die("info $HND handler used");
H A Ddba_db4_009.phpt7 die("info $HND handler used");
H A Ddba_db4_016.phpt7 die("info $HND handler used");
/PHP-5.5/TSRM/
H A Dtsrm_win32.h55 HANDLE info; member
/PHP-5.5/ext/date/tests/
H A Ddate_parse_basic1.phpt6 * Description: Returns associative array with detailed info about given date.
H A Ddate_parse_error.phpt6 * Description: Returns associative array with detailed info about given date.
/PHP-5.5/ext/mysqli/tests/
H A Dbug34810.phpt87 [%u|b%"info"]=>
127 [%u|b%"info"]=>
/PHP-5.5/ext/xml/
H A Dxml.c736 if (! parser->info) { in _xml_add_to_info()
740 if (zend_hash_find(Z_ARRVAL_P(parser->info),name,strlen(name) + 1,(void **) &element) == FAILURE) { in _xml_add_to_info()
745 …zend_hash_update(Z_ARRVAL_P(parser->info), name, strlen(name)+1, (void *) &values, sizeof(zval*), … in _xml_add_to_info()
1467 zval *pind, **xdata, **info = NULL; in PHP_FUNCTION() local
1471 …arameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsZ|Z", &pind, &data, &data_len, &xdata, &info) == FAILURE) { in PHP_FUNCTION()
1475 if (info) { in PHP_FUNCTION()
1476 zval_dtor(*info); in PHP_FUNCTION()
1477 array_init(*info); in PHP_FUNCTION()
1487 if (info) { in PHP_FUNCTION()
1488 parser->info = *info; in PHP_FUNCTION()
H A Dphp_xml.h79 zval *info; local
/PHP-5.5/Zend/
H A Dzend_object_handlers.c389 zend_property_info info; in zend_get_property_guard() local
393 property_info = &info; in zend_get_property_guard()
394 info.name = Z_STRVAL_P(member); in zend_get_property_guard()
395 info.name_length = Z_STRLEN_P(member); in zend_get_property_guard()
396 info.h = zend_get_hash_value(Z_STRVAL_P(member), Z_STRLEN_P(member) + 1); in zend_get_property_guard()
402 info.name = prop_name; in zend_get_property_guard()
403 info.name_length = strlen(prop_name); in zend_get_property_guard()
404 info.h = zend_get_hash_value(info.name, info.name_length+1); in zend_get_property_guard()
405 property_info = &info; in zend_get_property_guard()
996 call_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NULL; in zend_get_user_call_function()
[all …]
/PHP-5.5/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt49 Moritz Neuhaeuser, info@xcompile.net
/PHP-5.5/ext/mbstring/libmbfl/
H A DNEWS19 …Detailed info:https://github.com/hirokawa/libmbfl/wiki/Introduction-to-libmbflhttps:--github.com-h…
/PHP-5.5/ext/standard/tests/file/
H A D005_variation2-win32.phpt51 echo "\n*** testing file info ***";
72 *** testing file info ***
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h374 # define ZEND_CE_FILENAME(ce) (ce)->info.user.filename
375 # define ZEND_CE_DOC_COMMENT(ce) (ce)->info.user.doc_comment
376 # define ZEND_CE_DOC_COMMENT_LEN(ce) (ce)->info.user.doc_comment_len
/PHP-5.5/ext/spl/
H A Dspl_observer.c938 ZEND_ARG_INFO(0, info)
1043 zval *iterator = NULL, *info = NULL; in SPL_METHOD() local
1045 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|z!", &iterator, zend_ce_iterator, &info) =… in SPL_METHOD()
1051 if (info != NULL) { in SPL_METHOD()
1055 if (Z_TYPE_P(info) != IS_LONG && Z_TYPE_P(info) != IS_STRING) { in SPL_METHOD()
1062 is_identical_function(&compare_result, info, element->inf TSRMLS_CC); in SPL_METHOD()
1071 spl_object_storage_attach(intern, getThis(), iterator, info TSRMLS_CC); in SPL_METHOD()
/PHP-5.5/ext/standard/
H A Dconfig.w3216 info.c iptc.c lcg.c link_win32.c mail.c math.c md5.c metaphone.c microtime.c \
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_multi_stmt_nextrowset.phpt72 $info = $db->errorInfo();
73 var_dump($info[0]);
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI25 3 err_info (optional): error info returned by onig_new().
132 7 err_info: address for return optional error info.
161 4 ci: compile time info.
175 5 err_info: address for return optional error info.
224 6 region: address for return group match range info (NULL is allowed)
245 5 region: address for return group match range info (NULL is allowed)

Completed in 47 milliseconds

12345678910>>...12