Home
last modified time | relevance | path

Searched refs:Z_TYPE_P (Results 176 – 200 of 205) sorted by relevance

123456789

/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c2181 if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) { in magiccheck()
2189 if (Z_TYPE_P(match) != IS_STRING && Z_TYPE_P(offset) != IS_LONG) { in magiccheck()
/PHP-7.4/ext/standard/
H A Dbrowscap.c670 ZEND_ASSERT(Z_TYPE_P(p) == IS_STRING); in browscap_zval_copy_ctor()
H A Durl_scanner_ex.re358 Z_TYPE_P(tmp) == IS_ARRAY &&
360 Z_TYPE_P(host) == IS_STRING) {
H A Dfilters.c254 if (Z_TYPE_P(filterparams) == IS_ARRAY) { in strfilter_strip_tags_create()
1716 if (filterparams != NULL && Z_TYPE_P(filterparams) != IS_ARRAY) { in strfilter_convert_create()
H A Dftp_fopen_wrapper.c532 Z_TYPE_P(tmpzval) == IS_LONG && in php_stream_url_wrap_ftp()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3427 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in get_unresolved_initializer()
3504 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in preload_try_resolve_constants()
3516 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in preload_try_resolve_constants()
3529 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in preload_try_resolve_constants()
3991 Z_TYPE_P(RT_CONSTANT(opline, opline->op1)) == IS_STRING) { in preload_remove_empty_includes()
4031 Z_TYPE_P(RT_CONSTANT(opline, opline->op1)) == IS_STRING) { in preload_remove_empty_includes()
H A Dzend_file_cache.c335 switch (Z_TYPE_P(zv)) {
1058 switch (Z_TYPE_P(zv)) {
/PHP-7.4/ext/sockets/
H A Dsockets.c912 if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
940 if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
2204 if (Z_TYPE_P(arg4) == IS_STRING) {
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1539 if (Z_TYPE_P(parameter) == IS_NULL) { in php_sqlite3_bind_params()
1572 if (Z_TYPE_P(parameter) == IS_RESOURCE) { in php_sqlite3_bind_params()
1719 switch (Z_TYPE_P(z)) { \
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c892 … if (Z_TYPE_P(data) == IS_STRING && (meta->fields[i].max_length < (zend_ulong) Z_STRLEN_P(data))){ in mysqlnd_stmt_fetch_row_unbuffered()
1060 Z_TYPE_P(data), Z_REFCOUNTED(stmt->result_bind[i].zv)? in mysqlnd_fetch_stmt_row_cursor()
1063 if (Z_TYPE_P(data) == IS_STRING && in mysqlnd_fetch_stmt_row_cursor()
H A Dmysqlnd_wireprotocol.c1536 (Z_TYPE_P(current_field) == IS_STRING)? in php_mysqlnd_rowp_read_binary_protocol()
1632 if (Z_TYPE_P(current_field) == IS_LONG && !as_int_or_float) { in php_mysqlnd_rowp_read_text_protocol_aux()
1637 } else if (Z_TYPE_P(current_field) == IS_STRING) { in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.4/ext/gd/
H A Dgd.c4662 …if ((var = zend_hash_index_find(Z_ARRVAL_P(hash_matrix), (i))) != NULL && Z_TYPE_P(var) == IS_ARRA… in PHP_FUNCTION()
4948 switch (Z_TYPE_P(zval_affine_elem)) { in PHP_FUNCTION()
5032 if (!options || Z_TYPE_P(options) != IS_ARRAY) { in PHP_FUNCTION()
5119 switch (Z_TYPE_P(tmp)) { in PHP_FUNCTION()
5135 switch (Z_TYPE_P(tmp)) { in PHP_FUNCTION()
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c104 ztype = Z_TYPE_P(z); in php_com_variant_from_zval()
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c800 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in zend_optimizer_compact_literals()
/PHP-7.4/ext/exif/
H A Dexif.c4578 if (Z_TYPE_P(stream) == IS_RESOURCE) { in PHP_FUNCTION()
4726 …php_error_docref1(NULL, (Z_TYPE_P(stream) == IS_RESOURCE ? "<stream>" : Z_STRVAL_P(stream)), E_NOT… in PHP_FUNCTION()
4751 if (Z_TYPE_P(stream) == IS_RESOURCE) { in PHP_FUNCTION()
4809 …php_error_docref1(NULL, (Z_TYPE_P(stream) == IS_RESOURCE ? "<stream>" : Z_STRVAL_P(stream)), E_NOT… in PHP_FUNCTION()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp1133 if (!(Z_TYPE_P(zv_arg) == IS_OBJECT && instanceof_function( in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dstream.c219 && Z_TYPE_P(pzoption) == IS_LONG in phar_wrapper_open_url()
/PHP-7.4/Zend/
H A Dzend_opcode.c934 if (Z_TYPE_P(val) == IS_CONSTANT_AST) { in pass_two()
H A Dzend_generators.c713 if (Z_TYPE_P(value) == IS_INDIRECT) { in zend_generator_get_next_delegated_value()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1351 otype = Z_TYPE_P(tmp); in PHP_FUNCTION()
1860 if (Z_TYPE_P(return_value) == IS_ARRAY) { in PHP_FUNCTION()
2121 if (Z_TYPE_P(pv_field) == IS_STRING) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Doutput.c481 switch (Z_TYPE_P(output_handler)) { in php_output_handler_create_user()
/PHP-7.4/main/streams/
H A Duserspace.c394 if (Z_ISREF(args[3]) && Z_TYPE_P(Z_REFVAL(args[3])) == IS_STRING && opened_path) { in user_wrapper_opener()
/PHP-7.4/ext/soap/
H A Dphp_sdl.c3253 Z_TYPE_P(tmp) == IS_STRING && Z_STRLEN_P(tmp) > 0) { in get_sdl()
3260 Z_TYPE_P(proxy_host) == IS_STRING && in get_sdl()
3262 Z_TYPE_P(proxy_port) == IS_LONG) { in get_sdl()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3567 + if ((pzval = zend_hash_index_find(ht, 0)) != NULL && Z_TYPE_P(pzval) == IS_ARRAY) {
3575 + if (Z_TYPE_P(match) != IS_STRING && Z_TYPE_P(offset) != IS_LONG) {
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1597 if (Z_TYPE_P(return_value) == IS_ARRAY) { in PHP_FUNCTION()

Completed in 187 milliseconds

123456789