Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 25 of 186) sorted by path

12345678

/php-src/
H A D.gitattributes20 *.[ch] diff=cpp
27 /Zend/zend_vm_opcodes.[ch] linguist-generated -diff
/php-src/Zend/asm/
H A Djump_i386_ms_pe_masm.asm10 ; | 0h | 04h | 08h | 0ch | 010h | 014h | 018h | 01ch |
17 ; | 020h | 024h | 028h | 02ch | 030h | 034h | 038h | 03ch |
29 lea esp, [esp-02ch]
46 mov eax, [edx+0e0ch]
47 mov [esp+0ch], eax
58 mov [esp+01ch], edi ; save EDI
87 mov ecx, [esp+0ch]
88 mov [edx+0e0ch], ecx
99 mov ecx, [esp+02ch] ; restore EIP
101 mov edi, [esp+01ch] ; restore EDI
H A Dmake_i386_ms_pe_masm.asm10 ; | 0h | 04h | 08h | 0ch | 010h | 014h | 018h | 01ch |
17 ; | 020h | 024h | 028h | 02ch | 030h | 034h | 038h | 03ch |
63 mov [eax+0ch], ecx
70 mov ecx, [esp+0ch]
77 mov [eax+02ch], ecx
111 mov [eax+03ch], ecx
/php-src/Zend/
H A Dzend_ast.c1331 static ZEND_COLD bool zend_ast_valid_var_char(char ch) in zend_ast_valid_var_char() argument
1333 unsigned char c = (unsigned char)ch; in zend_ast_valid_var_char()
1370 static ZEND_COLD bool zend_ast_var_needs_braces(char ch) in zend_ast_var_needs_braces() argument
1372 return ch == '[' || zend_ast_valid_var_char(ch); in zend_ast_var_needs_braces()
H A Dzend_ini_scanner.l126 #define EAT_TRAILING_WHITESPACE_EX(ch) \ argument
128 (ch != 'X' && yytext[yyleng - 1] == ch) || \
H A Dzend_operators.c2516 int ch; in increment_string() local
2555 ch = s[pos]; in increment_string()
2556 if (ch >= 'a' && ch <= 'z') { in increment_string()
2557 if (ch == 'z') { in increment_string()
2565 } else if (ch >= 'A' && ch <= 'Z') { in increment_string()
2566 if (ch == 'Z') { in increment_string()
2574 } else if (ch >= '0' && ch <= '9') { in increment_string()
2575 if (ch == '9') { in increment_string()
H A Dzend_smart_str.h122 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, bool persistent) { in smart_str_appendc_ex() argument
124 ZSTR_VAL(dest->s)[new_len - 1] = ch; in smart_str_appendc_ex()
182 static zend_always_inline void smart_str_appendc(smart_str *dest, char ch) in smart_str_appendc() argument
184 smart_str_appendc_ex(dest, ch, false); in smart_str_appendc()
H A Dzend_smart_string.h79 static zend_always_inline void smart_string_appendc_ex(smart_string *dest, char ch, bool persistent… in smart_string_appendc_ex() argument
81 dest->c[dest->len - 1] = ch; in smart_string_appendc_ex()
/php-src/build/
H A Dltmain.sh5030 (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
/php-src/ext/com_dotnet/tests/
H A Dbug66431_0.phpt8 $text= "Xin chào cộng đồng PHP";
H A Dbug66431_1.phpt17 $text= "Xin chào cộng đồng PHP";
/php-src/ext/ctype/tests/
H A Dctype_alnum_variation3.phpt28 ")speci@! ch@r$(",
H A Dctype_alpha_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_cntrl_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_digit_variation3.phpt28 ")speci@! ch@r$(",
H A Dctype_graph_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_lower_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_print_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_punct_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_space_variation3.phpt29 ")speci@! ch@r$(",
H A Dctype_upper_variation3.phpt28 ")speci@! ch@r$(",
H A Dctype_xdigit_variation3.phpt29 ")speci@! ch@r$(",
/php-src/ext/curl/
H A Dcurl_private.h139 void init_curl_handle(php_curl *ch);
142 void _php_curl_verify_handlers(php_curl *ch, bool reporterror);
143 void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source);
H A Dinterface.c174 curl_easy_setopt(ch->cp, CURLOPT_INFILE, (void *) ch); in _php_curl_verify_handlers()
188 curl_easy_setopt(ch->cp, CURLOPT_WRITEHEADER, (void *) ch); in _php_curl_verify_handlers()
202 curl_easy_setopt(ch->cp, CURLOPT_FILE, (void *) ch); in _php_curl_verify_handlers()
438 php_curl *ch; in curl_clone_obj() local
1104 php_curl *ch; in init_curl_handle_into_zval() local
1111 return ch; in init_curl_handle_into_zval()
1229 ch->cp = cp; in PHP_FUNCTION()
1253 curl_easy_setopt(ch->cp, option, (void *) ch); in _php_copy_callback()
2147 curl_easy_setopt(ch->cp, CURLOPT_PROGRESSDATA, ch); in _php_curl_setopt()
2199 curl_easy_setopt(ch->cp, CURLOPT_XFERINFODATA, ch); in _php_curl_setopt()
[all …]
H A Dmulti.c85 php_curl *ch; in PHP_FUNCTION() local
94 ch = Z_CURL_P(z_ch); in PHP_FUNCTION()
153 php_curl *ch; in PHP_FUNCTION() local
162 ch = Z_CURL_P(z_ch); in PHP_FUNCTION()
218 php_curl *ch; in PHP_FUNCTION() local
242 php_curl *ch; in PHP_FUNCTION() local
270 php_curl *ch; in PHP_FUNCTION() local
371 php_curl *ch; in _php_server_push_callback() local
397 ch->cp = easy; in _php_server_push_callback()
425 ch->cp = NULL; in _php_server_push_callback()
[all …]

Completed in 60 milliseconds

12345678