Home
last modified time | relevance | path

Searched refs:magic (Results 26 – 50 of 154) sorted by relevance

1234567

/PHP-7.1/Zend/tests/traits/
H A Dstatic_004.phpt2 Traits with __callStatic magic method.
/PHP-7.1/Zend/tests/
H A Dbug70223.phpt2 Bug #70223 (Incrementing value returned by magic getter)
H A Dbug75420.8.phpt2 Bug #75420.8 (Indirect modification of magic method argument)
H A Dmagic_const_in_global_scope.phpt2 Test use of magic constants in the global scope
H A Dmagic_methods_009.phpt13 Warning: The magic method __callStatic() must have public visibility and be static in %s on line %d
H A Dmagic_methods_002.phpt14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dmagic_methods_003.phpt14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dmagic_methods_004.phpt14 Warning: The magic method __unset() must have public visibility and cannot be static in %s on line …
H A Dbug75420.7.phpt2 Bug #75420.7 (Indirect modification of magic method argument)
H A Dmagic_methods_005.phpt12 Warning: The magic method __call() must have public visibility and cannot be static in %s on line %d
H A Dmagic_methods_006.phpt12 Warning: The magic method __callStatic() must have public visibility and be static in %s on line %d
H A Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
H A Dbug75420.1.phpt2 Bug #75420.1 (Indirect modification of magic method argument)
H A Dbug75420.5.phpt2 Bug #75420.5 (Indirect modification of magic method argument)
H A Dbug70215.phpt20 Warning: The magic method __invoke() must have public visibility and cannot be static in %s on line…
H A Dbug75420.2.phpt2 Bug #75420.2 (Indirect modification of magic method argument)
H A Dbug75420.3.phpt2 Bug #75420.3 (Indirect modification of magic method argument)
H A Dbug75420.4.phpt2 Bug #75420.4 (Indirect modification of magic method argument)
H A Dbug75420.6.phpt2 Bug #75420.6 (Indirect modification of magic method argument)
H A Dbug75420.16.phpt2 Bug #75420.16 (Indirect modification of magic method argument)
H A Dmagic_methods_010.phpt13 Warning: The magic method __toString() must have public visibility and cannot be static in %s on li…
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch16 #include "magic.h"
547 struct magic *nm;
781 + map->magic[0] = CAST(struct magic *, map->p) + 1;
789 + map->magic[i + 1] = map->magic[i] + map->nmagic[i];
838 struct magic m;
1210 #include "magic.h"
2004 #include "magic.h"
2385 diff -u libmagic.orig/magic.c libmagic/magic.c
2401 #include "magic.h"
2775 diff -u libmagic.orig/magic.h libmagic/magic.h
[all …]
/PHP-7.1/Zend/tests/generators/
H A Dgenerator_trampoline.phpt2 Calling generator through magic __call()
/PHP-7.1/ext/pdo_dblib/tests/
H A Dcommon.phpt8 # magic auto-configuration
/PHP-7.1/ext/ldap/tests/
H A Dldap_set_option_error.phpt16 array("xid" => "1.2.752.58.1.10", "value" => "magic"),
20 array("oid" => "1.2.752.58.1.10", "value" => "magic"),

Completed in 36 milliseconds

1234567