Home
last modified time | relevance | path

Searched refs:ZEND_TRY_ASSIGN_REF_STRING (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/sockets/
H A Dsockets.c949 ZEND_TRY_ASSIGN_REF_STRING(addr, addrbuf);
960 ZEND_TRY_ASSIGN_REF_STRING(addr, addr_string);
971 ZEND_TRY_ASSIGN_REF_STRING(addr, s_un->sun_path);
1018 ZEND_TRY_ASSIGN_REF_STRING(arg2, addrbuf);
1030 ZEND_TRY_ASSIGN_REF_STRING(arg2, addr_string);
1042 ZEND_TRY_ASSIGN_REF_STRING(arg2, s_un->sun_path);
1401 ZEND_TRY_ASSIGN_REF_STRING(arg5, s_un.sun_path);
1427 ZEND_TRY_ASSIGN_REF_STRING(arg5, address ? address : "0.0.0.0");
1455 ZEND_TRY_ASSIGN_REF_STRING(arg5, addrbuf[0] ? addrbuf : "::");
/php-src/ext/standard/
H A Dhead.c318 ZEND_TRY_ASSIGN_REF_STRING(arg1, file); in PHP_FUNCTION()
H A Dscanf.c1044 ZEND_TRY_ASSIGN_REF_STRING(current, buf); in php_sscanf_internal()
/php-src/ext/ldap/
H A Dldap.c3099 ZEND_TRY_ASSIGN_REF_STRING(retval, val); in PHP_FUNCTION()
3367 ZEND_TRY_ASSIGN_REF_STRING(errmsg, lerrmsg); in PHP_FUNCTION()
3375 ZEND_TRY_ASSIGN_REF_STRING(matcheddn, lmatcheddn); in PHP_FUNCTION()
3421 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in PHP_FUNCTION()
3952 ZEND_TRY_ASSIGN_REF_STRING(retoid, lretoid); in php_ldap_exop()
/php-src/Zend/
H A Dzend_API.h1313 #define ZEND_TRY_ASSIGN_REF_STRING(zv, string) do { \ macro

Completed in 47 milliseconds