Home
last modified time | relevance | path

Searched refs:IS_RESOURCE (Results 1 – 25 of 49) sorted by relevance

12

/php-src/ext/standard/
H A Dtype.c70 case IS_RESOURCE: in PHP_FUNCTION()
249 if (type == IS_RESOURCE) { in php_is_type()
274 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_RESOURCE); in PHP_FUNCTION()
H A Ddir.c79 if (Z_TYPE_P(handle_zv) != IS_RESOURCE) { \
H A Dhttp.c203 } else if (Z_TYPE_P(zdata) == IS_NULL || Z_TYPE_P(zdata) == IS_RESOURCE) { in php_url_encode_hash_ex()
H A Dfile.c114 ZEND_ASSERT(Z_TYPE_P(arg) == IS_RESOURCE); \
473 if (Z_TYPE_P(data) == IS_RESOURCE) { in PHP_FUNCTION()
509 case IS_RESOURCE: { in PHP_FUNCTION()
H A Dvar.c197 case IS_RESOURCE: { in php_var_dump()
389 case IS_RESOURCE: { in php_debug_zval_dump()
/php-src/Zend/
H A Dzend_type_info.h34 #define MAY_BE_RESOURCE (1 << IS_RESOURCE)
H A Dzend_variables.c49 [IS_RESOURCE] = (zend_rc_dtor_func_t)zend_list_free,
H A Dzend_list.c142 if (Z_TYPE_P(res) != IS_RESOURCE) { in zend_fetch_resource_ex()
163 if (Z_TYPE_P(res) != IS_RESOURCE) { in zend_fetch_resource2_ex()
H A Dzend_operators.c267 case IS_RESOURCE: in convert_scalar_to_number()
307 case IS_RESOURCE: in _zendi_convert_scalar_to_number_silent()
359 case IS_RESOURCE: in _zendi_try_convert_scalar_to_number()
447 case IS_RESOURCE: in zendi_try_get_long()
553 case IS_RESOURCE: in convert_to_long()
913 case IS_RESOURCE: in zval_get_long_func()
982 case IS_RESOURCE: in zval_get_double_func()
1022 case IS_RESOURCE: in __zval_get_string_func()
2387 case IS_RESOURCE: in zend_is_identical()
2689 case IS_RESOURCE: in increment_function()
[all …]
H A Dzend_types.h608 #define IS_RESOURCE 9 macro
786 #define GC_RESOURCE (IS_RESOURCE | (GC_NOT_COLLECTABLE << GC_FLAGS_SHIFT))
813 #define IS_RESOURCE_EX (IS_RESOURCE | (IS_TYPE_REFCOUNTED << Z_TYPE_FLAGS_SHIFT))
/php-src/ext/posix/
H A Dposix.c461 if (Z_TYPE_P(z_fd) == IS_RESOURCE) { in PHP_FUNCTION()
522 if (Z_TYPE_P(z_fd) == IS_RESOURCE) { in PHP_FUNCTION()
1318 if (Z_TYPE_P(z_fd) == IS_RESOURCE) { in PHP_FUNCTION()
/php-src/ext/fileinfo/
H A Dfileinfo.c315 case IS_RESOURCE: in _php_finfo_get_type()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c137 if (Z_TYPE_P(parameter) == IS_RESOURCE) { in pdo_sqlite_stmt_param_hook()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c185 if (Z_TYPE_P(parameter) != IS_RESOURCE) { in odbc_stmt_execute()
415 if (Z_TYPE_P(parameter) == IS_RESOURCE) { in odbc_stmt_param_hook()
/php-src/ext/bz2/
H A Dbz2.c363 } else if (Z_TYPE_P(file) == IS_RESOURCE) { in PHP_FUNCTION()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c238 case IS_RESOURCE: in phpdbg_print_symbols()
H A Dphpdbg_utils.c707 case IS_RESOURCE: in phpdbg_short_zval_print()
/php-src/ext/soap/
H A Dphp_http.c415 if (Z_TYPE_P(tmp) == IS_RESOURCE) { in make_http_soap_request()
430 if (Z_TYPE_P(tmp) == IS_RESOURCE) { in make_http_soap_request()
487 if (Z_TYPE_P(tmp) == IS_RESOURCE && in make_http_soap_request()
/php-src/ext/pdo/
H A Dpdo_sql_parser.re228 if (param->param_type == PDO_PARAM_LOB && Z_TYPE_P(parameter) == IS_RESOURCE) {
/php-src/Zend/Optimizer/
H A Dzend_dump.c501 case IS_RESOURCE: in zend_dump_op()
546 case (1<<IS_RESOURCE): in zend_dump_op()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c454 case IS_RESOURCE: in zend_jit_fetch_dim_r_helper()
596 case IS_RESOURCE: in zend_jit_fetch_dim_is_helper()
712 case IS_RESOURCE: in zend_jit_fetch_dim_isset_helper()
834 case IS_RESOURCE: in zend_jit_fetch_dim_rw_helper()
967 case IS_RESOURCE: in zend_jit_fetch_dim_w_helper()
/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c352 Z_TYPE_P(parameter) == IS_RESOURCE) { in pgsql_stmt_param_hook()
/php-src/docs/source/core/data-structures/
H A Dzval.rst26 #define IS_RESOURCE 9
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c622 if (Z_TYPE_P(parameter) == IS_RESOURCE) { in pdo_firebird_stmt_param_hook()
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c449 if (Z_TYPE_P(parameter) == IS_RESOURCE) { in pdo_mysql_stmt_param_hook()

Completed in 102 milliseconds

12