Home
last modified time | relevance | path

Searched refs:try_convert_to_string (Results 1 – 25 of 26) sorted by relevance

12

/php-src/ext/readline/
H A Dreadline.c187 if (!try_convert_to_string(value)) { in PHP_FUNCTION()
211 if (!try_convert_to_string(value)) { in PHP_FUNCTION()
230 if (!try_convert_to_string(value)) { in PHP_FUNCTION()
254 if (!try_convert_to_string(value)) { in PHP_FUNCTION()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c155 if (!try_convert_to_string(parameter)) { in pdo_sqlite_stmt_param_hook()
180 if (!try_convert_to_string(parameter)) { in pdo_sqlite_stmt_param_hook()
H A Dsqlite_driver.c410 if (!try_convert_to_string(&retval)) { in do_callback()
/php-src/ext/intl/dateformat/
H A Ddateformat_format_object.cpp134 if (!try_convert_to_string(format)) { in PHP_FUNCTION()
/php-src/ext/com_dotnet/
H A Dcom_saproxy.c108 if (!try_convert_to_string(&proxy->indices[0])) { in saproxy_read_dimension()
226 if (!try_convert_to_string(&proxy->indices[0])) { in saproxy_write_dimension()
/php-src/ext/hash/
H A Dhash_xxhash.c177 if (!try_convert_to_string(_secret)) { in _PHP_XXH3_Init()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp180 if (!try_convert_to_string(zv_timezone)) { in timezone_process_timezone_argument()
H A Dtimezone_methods.cpp166 if (!try_convert_to_string(arg)) { in PHP_FUNCTION()
/php-src/ext/openssl/
H A Dxp_ssl.c114 if (try_convert_to_string(val)) _str = Z_STRVAL_P(val); \
120 if (try_convert_to_string(val)) { \
1259 if (!try_convert_to_string(zdhpath)) { in php_openssl_set_server_dh_param()
1318 if (!try_convert_to_string(zvcurve)) { in php_openssl_set_server_ecdh_curve()
H A Dopenssl.c1504 if (!try_convert_to_string(val)) { in php_openssl_x509_from_zval()
3597 if (!try_convert_to_string(&tmp)) { in php_openssl_pkey_from_zval()
3644 if (!try_convert_to_string(val)) { in php_openssl_pkey_from_zval()
/php-src/ext/pcntl/
H A Dpcntl.c585 if (!try_convert_to_string(element)) { in PHP_FUNCTION()
616 if (!try_convert_to_string(element)) { in PHP_FUNCTION()
/php-src/ext/standard/
H A Dpack.c304 if (!try_convert_to_string(&argv[currentarg])) { in PHP_FUNCTION()
H A Dstreamsfuncs.c1641 if (!try_convert_to_string(zstream)) { in PHP_FUNCTION()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c807 if (!try_convert_to_string(val)) { in pdo_firebird_stmt_set_attribute()
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c712 if (!try_convert_to_string(the_var)) { in mysqlnd_stmt_execute_calculate_param_values_size()
/php-src/ext/pdo/
H A Dpdo_stmt.c278 if (!try_convert_to_string(parameter)) { in really_register_bound_param()
817 if (!try_convert_to_string(&val)) { in do_fetch()
/php-src/Zend/
H A Dzend_operators.h357 static zend_always_inline bool try_convert_to_string(zval *op) { in try_convert_to_string() function
H A Dzend_API.c449 if (!try_convert_to_string(arg)) { in zend_parse_arg_class()
981 if (!try_convert_to_string(arg)) { in zend_parse_arg_impl()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c652 if (!try_convert_to_string(tmp)) { in pgsqlCopyFromArray_internal()
/php-src/ext/libxml/
H A Dlibxml.c779 if (try_convert_to_string(&retval)) { in _php_libxml_external_entity_loader()
/php-src/ext/xml/
H A Dxml.c1524 if (!try_convert_to_string(value)) { in PHP_FUNCTION()
/php-src/main/streams/
H A Duserspace.c646 if (!try_convert_to_string(&retval)) { in php_userstreamop_read()
/php-src/ext/sockets/
H A Dconversions.c336 if (!try_convert_to_string(&lzval)) { in from_zval_integer_common()
/php-src/ext/mysqli/
H A Dmysqli_api.c1245 if (!try_convert_to_string(mysql_value)) { in PHP_FUNCTION()
/php-src/ext/exif/
H A Dexif.c4552 if (!try_convert_to_string(stream)) { in PHP_FUNCTION()
4729 if (!try_convert_to_string(stream)) { in PHP_FUNCTION()

Completed in 133 milliseconds

12