Home
last modified time | relevance | path

Searched refs:internal (Results 201 – 225 of 277) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dopenssl.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
266 die("Invalid internal .phar file (checksum error)");
/PHP-5.5/ext/phar/tests/files/
H A Dinclude_path2.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
266 die("Invalid internal .phar file (checksum error)");
H A Dopenssl.phar261 die("Invalid internal .phar file (size error " . strlen($data) . " != " .
266 die("Invalid internal .phar file (checksum error)");
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS99 internal use and have only local meaning".
145 "visibility" feature, it is used to hide internal library functions that are
218 This is mainly a bug-fix release. There has been a lot of internal refactoring.
222 for pcregrep to adjust its internal buffer size.
427 This release has a new major number because there have been some internal
509 linkage is used. As a consequence, some internal functions have had to have
527 are internal rearrangements, and some provide a number of new facilities. The
537 default internal tables are used, the pointer saved with the compiled
559 The main internal rearrangement is that sequences of literal characters are no
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt12 Description: Dumps a string representation of an internal zend value
H A Ddebug_zval_dump_b_64bit.phpt12 Description: Dumps a string representation of an internal zend value
H A Ddebug_zval_dump_v.phpt6 Description: Dumps a string representation of an internal zend value
/PHP-5.5/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc146 * Create an internal directory, creating parent directories as needed
H A Dcorrupt_tarmaker.php.inc154 * Create an internal directory, creating parent directories as needed
H A Dmake.dangerous.tar.php.inc147 * Create an internal directory, creating parent directories as needed
/PHP-5.5/ext/spl/
H A Ddoxygen.cfg73 internal
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_variation2.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
/PHP-5.5/ext/spl/internal/
H A Dcachingiterator.inc22 * Iterator is an internal Iterator then you need to provide the
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO90 passed like to any other Zend internal function.
187 for any other PHP internal function).
H A Dzend_alloc.c434 int internal; member
1042 …zend_mm_mem_handlers *handlers, size_t block_size, size_t reserve_size, int internal, void *params) in zend_mm_startup_ex() argument
1122 heap->internal = internal; in zend_mm_startup_ex()
1128 if (internal) { in zend_mm_startup_ex()
1606 int internal; in zend_mm_shutdown() local
1676 internal = heap->internal; in zend_mm_shutdown()
1687 if (!internal) { in zend_mm_shutdown()
H A Dzend_builtin_functions.c1734 zval *internal; in ZEND_FUNCTION() local
1741 MAKE_STD_ZVAL(internal); in ZEND_FUNCTION()
1744 array_init(internal); in ZEND_FUNCTION()
1748 …arguments(EG(function_table) TSRMLS_CC, (apply_func_args_t) copy_function_name, 2, internal, user); in ZEND_FUNCTION()
1750 …if (zend_hash_add(Z_ARRVAL_P(return_value), "internal", sizeof("internal"), (void **)&internal, si… in ZEND_FUNCTION()
1751 zval_ptr_dtor(&internal); in ZEND_FUNCTION()
/PHP-5.5/main/
H A Dphp_output.h142 php_output_handler_context_func_t internal; member
/PHP-5.5/ext/dba/
H A DREADME28 writing (not updating) through the internal cdb library.
/PHP-5.5/ext/iconv/tests/
H A Diconv_set_encoding_variation.phpt11 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c384 string_printf(str, ":%s", ce->info.internal.module->name); in _class_string()
1009 …ce)->type == ZEND_INTERNAL_CLASS) && (*pce)->info.internal.module && !strcasecmp((*pce)->info.inte… in _extension_class_string()
2087 zend_internal_function *internal; in ZEND_METHOD() local
2096 internal = (zend_internal_function *)fptr; in ZEND_METHOD()
2097 if (internal->module) { in ZEND_METHOD()
2111 zend_internal_function *internal; in ZEND_METHOD() local
2120 internal = (zend_internal_function *)fptr; in ZEND_METHOD()
2121 if (internal->module) { in ZEND_METHOD()
2122 RETURN_STRING(internal->module->name, 1); in ZEND_METHOD()
4668 RETURN_STRING(ce->info.internal.module->name, 1); in ZEND_METHOD()
[all …]
/PHP-5.5/ext/ldap/
H A Dldap.mak65 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
/PHP-5.5/ext/xml/
H A Dxml.mak64 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
/PHP-5.5/ext/openssl/
H A Dopenssl.mak74 …C_FLAGS += -inline smart -sym on -sym codeview4 -opt off -opt intrinsics -sym internal -DDEBUGGIN…
/PHP-5.5/ext/phar/tests/
H A Ddir.phpt77 Warning: mkdir(): internal corruption of phar "%soops.phar" (truncated manifest at stub end) in %sd…
/PHP-5.5/ext/standard/tests/array/
H A Dcurrent_variation1.phpt6 * Description: Return the element currently pointed to by the internal array pointer

Completed in 113 milliseconds

12345678910>>...12