Home
last modified time | relevance | path

Searched refs:Z_TYPE (Results 1 – 25 of 63) sorted by last modified time

123

/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c247 if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in litespeed_php_import_environment_variables()
254 } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && in litespeed_php_import_environment_variables()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c161 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in ZEND_DECLARE_MODULE_GLOBALS()
231 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_connect()
266 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_helo()
306 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_envfrom()
347 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_envrcpt()
387 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_header()
416 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_eoh()
452 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_body()
481 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_eom()
510 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_abort()
[all …]
/PHP-5.5/main/streams/
H A Dstreams.c320 Z_TYPE(le) = le_pstream; in _php_stream_alloc()
/PHP-5.5/main/
H A Dphp_ini.c603 Z_TYPE(tmp) = IS_STRING; in php_init_config()
H A Dphp_variables.c50 Z_TYPE(new_entry) = IS_STRING; in php_register_variable_safe()
566 Z_TYPE(request_time_float) = IS_DOUBLE; in php_register_server_variables()
569 Z_TYPE(request_time_long) = IS_LONG; in php_register_server_variables()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c342 if (Z_TYPE(handler) == IS_STRING) { in xsl_ext_function_php()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c148 if (destroy && Z_TYPE(token) != IS_NULL) { in tokenize()
/PHP-5.5/ext/tidy/
H A Dtidy.c510 if (Z_TYPE(conv) != IS_STRING) { in _php_tidy_set_tidy_opt()
515 if (Z_TYPE(conv) != Z_TYPE_P(value)) { in _php_tidy_set_tidy_opt()
520 if (Z_TYPE(conv) != Z_TYPE_P(value)) { in _php_tidy_set_tidy_opt()
526 if (Z_TYPE(conv) != IS_LONG) { in _php_tidy_set_tidy_opt()
536 if (Z_TYPE(conv) != IS_LONG) { in _php_tidy_set_tidy_opt()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c791 Z_TYPE(new_le) = le_plink; in php_sybase_do_connect()
893 Z_TYPE(new_index_ptr) = le_index_ptr; in php_sybase_do_connect()
1186 Z_TYPE(result) = IS_DOUBLE; \
1218 if (!result->store && result->num_rows > 1 && Z_TYPE(result->data[i][j]) == IS_STRING) { in php_sybase_fetch_result_row()
1248 Z_TYPE(result->data[i][j]) = IS_LONG; in php_sybase_fetch_result_row()
1409 Z_TYPE(result->fields[i]) = result->types[i]; in php_sybase_fetch_result_set()
2008 …add_property_string(return_value, "type", php_sybase_get_field_name(Z_TYPE(result->fields[field_of… in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dstring.c1709 if(Z_TYPE(holder) != IS_LONG) {
H A Dpassword.c370 if (Z_TYPE(cast_option_buffer) == IS_STRING) { in PHP_FUNCTION()
H A Dbrowscap.c275 Z_TYPE(fh) = ZEND_HANDLE_FP; in browscap_read_file()
H A Darray.c185 Z_TYPE(first) = IS_LONG; in php_array_key_compare()
188 Z_TYPE(first) = IS_STRING; in php_array_key_compare()
194 Z_TYPE(second) = IS_LONG; in php_array_key_compare()
197 Z_TYPE(second) = IS_STRING; in php_array_key_compare()
206 if (Z_TYPE(result) == IS_DOUBLE) { in php_array_key_compare()
377 if (Z_TYPE(result) == IS_DOUBLE) { in php_array_data_compare()
1383 if (Z_TYPE(final_name) == IS_NULL && var_name_len != 0) { in PHP_FUNCTION()
1389 if (Z_TYPE(final_name) == IS_NULL) { in PHP_FUNCTION()
1405 …if (Z_TYPE(final_name) != IS_NULL && php_valid_var_name(Z_STRVAL(final_name), Z_STRLEN(final_name)… in PHP_FUNCTION()
2900 if (Z_TYPE(result) == IS_DOUBLE) { in zval_compare()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_iterators.c1149 if (Z_TYPE(entry) != IS_STRING) { in SPL_METHOD()
1202 if (Z_TYPE(key) != IS_STRING) { in SPL_METHOD()
H A Dspl_observer.c773 Z_TYPE(members) = IS_ARRAY; in SPL_METHOD()
H A Dspl_array.c1720 Z_TYPE(members) = IS_ARRAY; in SPL_METHOD()
/PHP-5.5/ext/sockets/
H A Dconversions.c339 Z_TYPE(lzval) = IS_DOUBLE; in from_zval_integer_common()
345 Z_TYPE(lzval) = IS_LONG; in from_zval_integer_common()
/PHP-5.5/ext/soap/
H A Dsoap.c1607 Z_TYPE(retval) == IS_STRING) {
1809 if (Z_TYPE(h->retval) == IS_OBJECT &&
2734 if (ret && Z_TYPE(response) == IS_STRING) {
2779 if (ret && Z_TYPE(response) == IS_STRING) {
4122 if (Z_TYPE(h->retval) != IS_NULL) {
4130 if (Z_TYPE(h->retval) == IS_OBJECT &&
H A Dphp_http.c408 Z_TYPE(retval) == IS_STRING) { in make_http_soap_request()
1278 Z_TYPE(retval) == IS_STRING) { in make_http_soap_request()
H A Dphp_sdl.c295 Z_TYPE(new_header) = IS_STRING; in sdl_set_uri_credentials()
H A Dphp_encoding.c1120 if (Z_TYPE(tmp) != IS_LONG) { in to_xml_long()
1145 if (Z_TYPE(tmp) != IS_DOUBLE) { in to_xml_double()
/PHP-5.5/ext/session/
H A Dsession.c2642 if (Z_TYPE(progress->sid) && progress->key.c) {
2677 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2739 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2752 if (!Z_TYPE(progress->sid) || !progress->key.c) {
2770 if (Z_TYPE(progress->sid) && progress->key.c) {
/PHP-5.5/ext/readline/
H A Dreadline.c503 if (Z_TYPE(_readline_array) == IS_ARRAY) { in _readline_completion_cb()
/PHP-5.5/ext/phar/
H A Dphar_object.c1464 if (Z_TYPE(key) != IS_STRING) { in phar_build()
1592 if (Z_TYPE(key) != IS_STRING) { in phar_build()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c1313 Z_TYPE(new_le) = le_plink;
1411 Z_TYPE(new_index_ptr) = le_index_ptr;
1872 if (Z_TYPE(tmp_val) != IS_STRING) {
2079 if (Z_TYPE(tmp_val) != IS_STRING) {
2273 Z_TYPE(new_oid_entry) = le_string;
2365 Z_TYPE(new_field_table) = le_string;
4768 if (Z_TYPE(tmp_val) != IS_STRING) {
4923 if (Z_TYPE(tmp_val) != IS_STRING) {

Completed in 220 milliseconds

123