Home
last modified time | relevance | path

Searched refs:strcmp (Results 76 – 100 of 157) sorted by last modified time

1234567

/PHP-7.4/Zend/
H A Dzend_language_parser.y1344 strcmp(yystr, "\"end of file\"") == 0) {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c228 if (strcmp(PHPDBG_NAME, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress()
233 if (!sapi_module.name || strcmp(sapi_module.name, Z_STRVAL_P(module))) { in phpdbg_webdata_decompress()
H A Dphpdbg_help.c163 if (!strcmp(p->key, key)) { in get_help()
H A Dphpdbg_rinit_hook.c36 if (!strcmp(sapi_module.name, PHPDBG_NAME)) { in PHP_MINIT_FUNCTION()
51 …NAME "_AUTH_COOKIE"))) || Z_STRLEN_P(auth) != strlen(PHPDBG_WG(auth)) || strcmp(Z_STRVAL_P(auth), … in PHP_RINIT_FUNCTION()
H A Dphpdbg_eol.c39 …if (0 == strcmp(name, "CRLF") || 0 == strcmp(name, "crlf") || 0 == strcmp(name, "DOS") || 0 == str… in phpdbg_eol_global_update()
41 …} else if (0 == strcmp(name, "LF") || 0 == strcmp(name, "lf") || 0 == strcmp(name, "UNIX") || 0 ==… in phpdbg_eol_global_update()
43 …} else if (0 == strcmp(name, "CR") || 0 == strcmp(name, "cr") || 0 == strcmp(name, "MAC") || 0 == in phpdbg_eol_global_update()
/PHP-7.4/main/
H A Dphp_ini.c687 if (!(p = strrchr(namelist[i]->d_name, '.')) || (p && strcmp(p, ".ini"))) { in php_init_config()
H A Dphp_content_types.c38 if (!strcmp(SG(request_info).request_method, "POST")) { in SAPI_POST_READER_FUNC()
H A DSAPI.c412 if (SG(request_info).request_method && !strcmp(SG(request_info).request_method, "HEAD")) { in sapi_activate_headers_only()
454 if (SG(request_info).request_method && !strcmp(SG(request_info).request_method, "HEAD")) { in sapi_activate()
466 && !strcmp(SG(request_info).request_method, "POST")) { in sapi_activate()
816 strcmp(SG(request_info).request_method, "HEAD") && in sapi_header_op()
817 strcmp(SG(request_info).request_method, "GET")) { in sapi_header_op()
1030 … if (strlen(sapi_module.name) == sizeof("cgi-fcgi") - 1 && !strcmp(sapi_module.name, "cgi-fcgi")) { in sapi_getenv()
/PHP-7.4/ext/zlib/tests/
H A Dgzcompress_basic1.phpt37 var_dump(strcmp(gzuncompress($output), $data));
45 var_dump(strcmp(gzuncompress($output), $smallstring));
H A Dgzdeflate_basic1.phpt37 var_dump(strcmp(gzinflate($output), $data));
45 var_dump(strcmp(gzinflate($output), $smallstring));
H A Dgzuncompress_basic1.phpt26 var_dump(strcmp($data, gzuncompress($compressed)));
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c375 if (!strcmp(Z_STRVAL_P(val), OUTPUT_TYPE_VALUE_PHP)) { in set_output_options()
377 } else if (!strcmp(Z_STRVAL_P(val), OUTPUT_TYPE_VALUE_XML)) { in set_output_options()
390 } else if (!strcmp(Z_STRVAL_P(val), VERBOSITY_VALUE_PRETTY)) { in set_output_options()
400 if (!strcmp(Z_STRVAL_P(val), VERSION_VALUE_XMLRPC)) { in set_output_options()
402 } else if (!strcmp(Z_STRVAL_P(val), VERSION_VALUE_SIMPLE)) { in set_output_options()
404 } else if (!strcmp(Z_STRVAL_P(val), VERSION_VALUE_SOAP11)) { in set_output_options()
430 if (!strcmp(Z_STRVAL_P(iter_val), ESCAPING_VALUE_CDATA)) { in set_output_options()
443 if (!strcmp(Z_STRVAL_P(val), ESCAPING_VALUE_CDATA)) { in set_output_options()
449 } else if (!strcmp(Z_STRVAL_P(val), ESCAPING_VALUE_MARKUP)) { in set_output_options()
1248 if (!strcmp(str_mapping[i], str)) { in xmlrpc_str_as_type()
[all …]
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c201 if (strcmp((char*) &(chunk_ptr->magic), "PHP_SM") != 0) { in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re531 …if ((unmangled_class == NULL || !strcmp(unmangled_class, "*") || !strcasecmp(unmangled_class, ZSTR…
539 if (unmangled_class != NULL && strcmp(unmangled_class, "*") != 0) {
H A Dphp_fopen_wrapper.c247 if (!strcmp(sapi_module.name, "cli")) { in php_stream_url_wrap_php()
263 if (!strcmp(sapi_module.name, "cli")) { in php_stream_url_wrap_php()
279 if (!strcmp(sapi_module.name, "cli")) { in php_stream_url_wrap_php()
300 if (strcmp(sapi_module.name, "cli")) { in php_stream_url_wrap_php()
H A Ddl.c213 if(strcmp(module_entry->build_id, ZEND_MODULE_BUILD_ID)) { in php_load_extension()
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_rot13_basic.phpt16 if (strcmp(str_rot13("0123456789"), "0123456789") == 0) {
23 if (strcmp(str_rot13("!%^&*()_-+={}[]:;@~#<,>.?"), "!%^&*()_-+={}[]:;@~#<,>.?")) {
33 if (strcmp($str, $decode) == 0) {
H A Dstrcmp.phpt2 strcmp() function
119 strcmp();
120 strcmp("");
121 strcmp("HI");
195 - strcmp of '�' and 'a' is => int(-%d)
196 - strcmp of '�' and 'A' is => int(-%d)
197 - strcmp of '�' and 'a' is => int(-%d)
198 - strcmp of '�' and 'A' is => int(-%d)
199 - strcmp of '�' and '�' is => int(-%d)
200 - strcmp of '�' and '�' is => int(-%d)
[all …]
H A Dmd5_basic2.phpt17 if (strcmp(bin2hex($md5_raw), $md5) == 0 ) {
/PHP-7.4/ext/standard/tests/array/
H A Duasort_variation8.phpt12 * valid comparison functions: strcmp() & strcasecmp()
27 echo "-- Testing uasort() with built-in 'cmp_function': strcmp() --\n";
28 var_dump( uasort($array_arg, 'strcmp') ); // expecting: bool(true)
56 -- Testing uasort() with built-in 'cmp_function': strcmp() --
H A Dusort_variation8.phpt28 echo "\n-- Testing usort() with built-in 'cmp_function': strcmp() --\n";
30 var_dump( usort($temp_array2, 'strcmp') );
61 -- Testing usort() with built-in 'cmp_function': strcmp() --
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c92 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
142 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
168 } else if (strcmp((char*)attr->children->content, SOAP_1_1_ENC_NAMESPACE) != 0) { in parse_packet_soap()
/PHP-7.4/ext/session/
H A Dmod_files.c164 if (data->fd < 0 || !data->lastkey || strcmp(key, data->lastkey)) { in ps_files_open()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c616 if (strcmp(line, "exit") == 0 || strcmp(line, "quit") == 0) { in readline_shell_run()
/PHP-7.4/ext/pdo_odbc/
H A Dpdo_odbc.c116 if (strcasecmp(pooling_val, "strict") == 0 || strcmp(pooling_val, "1") == 0) { in PHP_INI_END()

Completed in 74 milliseconds

1234567