/php-src/ext/pdo_pgsql/tests/ |
H A D | issue78621_closure.phpt | 29 echo "Testing with a simple inline closure:\n"; 37 Testing with a simple inline closure:
|
/php-src/ext/opcache/tests/ |
H A D | bug77691.phpt | 2 Bug #77691: Opcache passes wrong value for inline array push assignments
|
/php-src/sapi/phpdbg/tests/ |
H A D | watch_004.phpt | 2 Test detection of inline string manipulations on zval watch
|
/php-src/ext/snmp/tests/ |
H A D | bug64124.phpt | 20 # hostname variable was modified inline in netsnmp_session_init()
|
/php-src/ext/soap/tests/schema/ |
H A D | schema072.phpt | 2 SOAP XML Schema 72: SOAP 1.1 Array (document style, element with inline type)
|
H A D | schema005.phpt | 2 SOAP XML Schema 5: simpleType/restriction (inline type)
|
H A D | schema011.phpt | 2 SOAP XML Schema 11: simpleType/list (inline type) (as string)
|
H A D | schema012.phpt | 2 SOAP XML Schema 12: simpleType/list (inline type) (as array)
|
H A D | schema015.phpt | 2 SOAP XML Schema 15: simpleType/union (inline type)
|
H A D | schema016.phpt | 2 SOAP XML Schema 16: simpleType/union (inline type)
|
H A D | schema040.phpt | 2 SOAP XML Schema 40: Structure with attributes (inline types)
|
H A D | schema036.phpt | 2 SOAP XML Schema 36: Nested complex types (inline)
|
/php-src/build/ |
H A D | ax_gcc_func_attribute.m4 | 99 inline __attribute__(($1)) int foo( void ) { return 0; } 102 inline __attribute__(($1)) int foo( void ) { return 0; } 147 inline __attribute__(($1)) int foo( void ) { return 0; }
|
H A D | php_cxx_compile_stdcxx.m4 | 907 template<class T> inline T g(T) 912 template<> inline void f<>(int)
|
/php-src/Zend/tests/namespaces/ |
H A D | ns_090.phpt | 2 Group use statements declared inline
|
/php-src/ext/standard/ |
H A D | url_scanner_ex.re | 191 static inline void append_modified_url(smart_str *url, smart_str *dest, smart_str *url_app, const c… 302 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type) 351 static inline void passthru(STD_PARA) 456 static inline void handle_tag(STD_PARA) 480 static inline void handle_arg(STD_PARA) 494 static inline void handle_val(STD_PARA, char quotes, char type) 503 static inline void xx_mainloop(url_adapt_state_ex_t *ctx, const char *newdata, size_t newlen) 686 static inline void php_url_scanner_session_handler_impl(char *output, size_t output_len, char **han… 733 static inline void php_url_scanner_add_var_impl(const char *name, size_t name_len, const char *valu… 814 static inline void php_url_scanner_reset_vars_impl(bool is_session) { [all …]
|
H A D | var_unserializer.re | 116 static inline void var_push(php_unserialize_data_t *var_hashx, zval *rval) 361 static inline int unserialize_allowed_class( 394 static inline zend_long parse_iv2(const unsigned char *p, const unsigned char **q) 435 static inline zend_long parse_iv(const unsigned char *p) 441 static inline size_t parse_uiv(const unsigned char *p) 729 static inline int finish_nested_data(UNSERIALIZE_PARAMETER) 739 static inline int object_custom(UNSERIALIZE_PARAMETER, zend_class_entry *ce) 787 static inline int object_common(UNSERIALIZE_PARAMETER, zend_long elements, bool has_unserialize)
|
/php-src/ext/dom/lexbor/patches/ |
H A D | 0004-Remove-unused-upper-case-tag-static-data.patch | 50 * No inline functions for ABI.
|
H A D | 0006-Patch-out-unused-CSS-style-code.patch | 214 * No inline functions for ABI.
|
/php-src/ext/pcre/tests/ |
H A D | bug76514.phpt | 405 "name": "tijsverkoyen/css-to-inline-styles", 478 "tijsverkoyen/css-to-inline-styles": "1.5.5", 537 "tijsverkoyen/css-to-inline-styles": "1.5.5",
|
/php-src/Zend/ |
H A D | zend_vm_gen.php | 843 $inline = 849 …M_TAIL_CALL(" . opcode_name($handler, $spec, $op1, $op2, $extra_spec) . $inline . "_HANDLER(ZEND_O… 1064 $inline = 1071 . "\t\t\t\t{$spec_name}{$inline}_HANDLER(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU);\n" 1128 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f… argument 1151 if ($inline) { 2563 $inline = !empty($m[1]) && $m[1] === "_INLINE"; 2587 …r] = array("op1"=>$op1,"op2"=>$op2,"param"=>$param,"code"=>"","inline"=>$inline,"cold"=>$cold,"hot…
|
H A D | Zend.m4 | 92 AC_CACHE_CHECK([whether FPU control word can be manipulated by inline assembler], 111 [Define to 1 if FPU control word can be manipulated by inline assembler.])])
|
/php-src/ext/ffi/tests/ |
H A D | 002.phpt | 84 static inline void f2();
|
/php-src/ext/ldap/tests/ |
H A D | README.md | 49 config.vm.provision "shell", inline: $setup
|
/php-src/ext/ffi/ |
H A D | ffi.g | 126 | ("inline"|"__inline"|"__inline__")
|