Home
last modified time | relevance | path

Searched refs:internal (Results 251 – 275 of 277) sorted by relevance

1...<<1112

/PHP-5.5/Zend/
H A DZEND_CHANGES535 do so. This is because the internal Exception class can gather a
565 private $string; // internal only!!
828 internal class that can be iterated.
H A Dzend_API.c2332 …if ((*ce)->type == ZEND_INTERNAL_CLASS && (*ce)->info.internal.module->module_number == *module_nu… in clean_module_class()
2501 class_entry->info.internal.module = EG(current_module); in do_register_internal_class()
2503 if (class_entry->info.internal.builtin_functions) { in do_register_internal_class()
2504 …zend_register_functions(class_entry, class_entry->info.internal.builtin_functions, &class_entry->f… in do_register_internal_class()
2872 …rnal_function.module = (ce_org->type == ZEND_INTERNAL_CLASS) ? ce_org->info.internal.module : NULL; in zend_is_callable_check_func()
H A Dzend_object_handlers.c996 call_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NULL; in zend_get_user_call_function()
1139 …callstatic_user_call->module = (ce->type == ZEND_INTERNAL_CLASS) ? ce->info.internal.module : NU… in zend_get_user_callstatic_function()
H A Dzend_compile.h677 … *dest_length, const char *src1, int src1_length, const char *src2, int src2_length, int internal);
H A Dzend_compile.c5234 …ngth, const char *src1, int src1_length, const char *src2, int src2_length, int internal) /* {{{ */ in zend_mangle_property_name() argument
5240 prop_name = pemalloc(prop_name_length + 1, internal); in zend_mangle_property_name()
6881 ce->info.internal.module = NULL; in zend_initialize_class_data()
6882 ce->info.internal.builtin_functions = NULL; in zend_initialize_class_data()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt97 The libraries contains a number of undocumented internal functions and
1109 ing by making recursive calls to an internal function called match().
2427 11 internal error: unexpected repeat
2439 23 internal error: code overflow
2468 52 internal error: overran compiling workspace
2469 53 internal error: previously-checked referenced subpattern
2490 70 internal error: unknown opcode in find_fixedlength()
3211 using this mechanism, it forces PCRE's internal tables to be used.
7883 also after internal newline in multiline mode
7887 also before internal newline in multiline mode
[all …]
/PHP-5.5/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt8 Description: Dumps a string representation of an internal zend value to output.
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-5.TXT22 # internal or external distribution as long as this notice remains
H A D8859-1.TXT22 # internal or external distribution as long as this notice remains
H A D8859-15.TXT23 # internal or external distribution as long as this notice remains
H A DKOI8-R.TXT22 # internal or external distribution as long as this notice remains
/PHP-5.5/ext/openssl/
H A DREADME50 and moves it's internal error pointer to the next message. If there are no
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
/PHP-5.5/
H A DNEWS955 . Fixed bug #67865 (internal corruption phar error). Mike
2462 . Fixed bug #63726 (Memleak with static properties and internal/user
2945 . Fixed bug #62082 (Memory corruption in internal function
3214 by different information for internal and user classes.
3591 . Fixed bug #62082 (Memory corruption in internal function
3953 . Fixed bug #53872 (internal corruption of phar). (Hannes)
5885 . Added access to internal values of DSA, RSA and DH keys. (Dmitry)
7278 - Fixed bug #42117 (bzip2.compress loses data in internal buffer).
7746 - Added internal heap protection (Dmitry)
7809 - Optimized the internal is_numeric_string() function. (Matt,Ilia)
[all …]
H A DCODING_STANDARDS73 counterparts. These functions implement an internal "safety-net"
H A DINSTALL680 type=magnus-internal/x-httpd-php exts=php
701 Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inike
716 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
794 corresponding default Service line for type="magnus-internal/directory"
796 Service fn="php4_execute" type="magnus-internal/directory" script="/path/to/scri
/PHP-5.5/win32/
H A Dinstall.txt724 type (Category: type, Content-Type: magnus-internal/shellcgi, File
745 type (Category: type, Content-Type: magnus-internal/x-httpd-php,
763 Service fn="php5_execute" type="magnus-internal/x-httpd-php" [inikey=value inike
776 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
834 corresponding default Service line for type="magnus-internal/directory"
836 Service fn="php5_execute" type="magnus-internal/directory" script="/path/to/scri
H A Dphp5dll.dsp826 SOURCE=..\ext\pcre\pcrelib\internal.h
H A Dphp5dllts.dsp467 SOURCE=..\ext\pcre\pcrelib\internal.h
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re417 /* The internal class check here is a BC fix only, userspace classes implementing the
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgrepoutput639 pcregrep: line 4 of file ./testdata/grepinput3 is too long for the internal buffer
H A Dtestinput13778 an internal component. --/
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc84 'inf' => '<entry> Name of entry to work on (must include PHAR internal directory name if any).'
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar523 if( in_array( $function, $functions['internal'] ) ) {
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1423 void *map; /* internal resources used by entry */

Completed in 172 milliseconds

1...<<1112